[Bug 1027061] Re: Postfix upgrade to 2.9.3-2~12.04.1 changes configuration files

2012-11-20 Thread Mephisto
I'm not setting any values in debconf, I'm only installing the package
(non-interactive) and doing configuration in puppet also.

You are right that puppet will re-enforce our configuration, however, we are 
not using the puppet agent, so resetting the value might take up to a few 
weeks, depending on the amount of changes we perform on our servers around that 
time.
In this particular case it left postfix open to the internet for about a week, 
possibly turning our servers into spam proxies. I didn't notice this change 
until the next run.

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

Title:
  Postfix upgrade to 2.9.3-2~12.04.1 changes configuration files

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

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


[Bug 1027061] Re: Postfix upgrade to 2.9.3-2~12.04.1 changes configuration files

2012-11-19 Thread Mephisto
As you can read in the first posting, I simply installed it with puppet.
Doesn't seem like such a rare scenario to me. I think any company with a
substantial amount of servers should be using some form of configuration
management. I think any completely non-interactive installation method
will end up in that configuration.

And how can it not be a supported configuration? Puppet only calls
aptitude, so the system gets itself in that configuration. Assuming some
value, file, etc is present is bad practice in any situation. Is
deleting main.cf also "unsupported"?

This has nothing to do with supported or not, but with a script that is
not robust enough.

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

Title:
  Postfix upgrade to 2.9.3-2~12.04.1 changes configuration files

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

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


[Bug 1027061] Re: Postfix upgrade to 2.9.3-2~12.04.1 changes configuration files

2012-11-19 Thread Mephisto
Today I had to install postfix again, but manually (entering apt-get install on 
commandline) and saw in the console output the following lines:
setting inet_interfaces: loopback-only

This reminded me of this issue and gave me a clue where the problem is.
I think the problem is not directly with debconf but with the postinst
script in the package. It contains the following lines:

db_get postfix/main_mailer_type && mailer="$RET"
if [ "$mailer" != "No configuration" ]; then
  db_fget postfix/main_mailer_type changed
  if [ "$RET" = "true" ]; then
echo "setting inet_interfaces: $val"
set_postconf "inet_interfaces=$val"

I checked on our production server and as expected, postfix/main_mailer_type 
has no value:
$ debconf-get-selections | grep postfix/main_mailer_type
postfix postfix/main_mailer_typeselect  
$

I think this script should be patched to support empty values and treat
them as "dont change any configuration at all", since no value means the
user did not even choose any option, so doesn't want the package to
configure the mail server.

** Package changed: puppet (Ubuntu) => postfix (Ubuntu)

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

Title:
  Postfix upgrade to 2.9.3-2~12.04.1 changes configuration files

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

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


[Bug 1027061] Re: Postfix upgrade to 2.9.3-2~12.04.1 changes configuration files

2012-10-16 Thread Mephisto
Even though I have the suspicion it is caused by not doing debconf (as puppet 
does not ask questions, but just installs with default values), I too can't 
reproduce it on a test-VM with the exact same debconf values as one of our 
servers.
I have no idea what puppet does to cause this behavior and I'm also sure the 
problem is there, as I've seen it happen again later, but I know that something 
that can't be reproduced can't be fixed.
You can close this ticket if you want. If I find a way to reproduce it in the 
future, I will reopen it.

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

Title:
  Postfix upgrade to 2.9.3-2~12.04.1 changes configuration files

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

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


[Bug 1027061] Re: Postfix upgrade to 2.9.3-2~12.04.1 changes configuration files

2012-07-29 Thread Mephisto
If this is any help, here is the installation log
(/var/log/apt/history.log) from the package upgrade that changed the
config file:

Start-Date: 2012-07-20  06:39:28
Commandline: apt-get -qq -y upgrade
Upgrade: postfix:amd64 (2.9.1-5, 2.9.3-2~12.04.1)
End-Date: 2012-07-20  06:39:31

This is not an issue with puppet, as puppet was not involved in the
package upgrade at all. The upgrade was done by a nightly cron job that
uses only apt-get.

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

Title:
  Postfix upgrade to 2.9.3-2~12.04.1 changes configuration files

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

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


[Bug 1027061] Re: Postfix upgrade to 2.9.3-2~12.04.1 changes configuration files

2012-07-27 Thread Mephisto
It should be easy to reproduce this. Simply installing postfix on a
fresh server installation in the background (so without any use
interaction) and then chenging the configuration file should do it.
Puppet does nothing special with the package. Also, it uses aptitude to
install it, if that makes any difference. I can try again on monday when
I'm back at work if you have trouble with this.

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

Title:
  Postfix upgrade to 2.9.3-2~12.04.1 changes configuration files

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

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


[Bug 601950] Re: Shift/Ctrl/Alt on Rocketfish (RF-BTKB4) bluetooth keyboard do not work.

2012-06-19 Thread Mephisto
** Also affects: bluez (Arch Linux)
   Importance: Undecided
   Status: New

** No longer affects: bluez (Arch Linux)

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

Title:
  Shift/Ctrl/Alt on Rocketfish (RF-BTKB4) bluetooth keyboard do not
  work.

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

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


[Bug 752445] Re: Intermittent white window contents when maximizing/switching windows

2011-07-31 Thread Mephisto
I just upgraded my laptop today and ran into this issue. I also found a
thread on the gentoo forums where downgrading to 260 drivers fixed the
problem, so I suspect the culprit is the 270+ nvidia driver.

On my desktop running Fedora 15, I'm also running compiz 0.9.4, on gnome
3 in classic mode, and have not seen this issue. There I'm using 280
nvidia drivers, cause 270/275 were giving me issues with screen
corruption on the desktop (lines below the panels/windows, incorrectly
drawn shadows, etc). Maybe upgrading to 280 series might fix this
problem. Anyone care to try? ;)

It might be hardware dependent as well.  My laptop has a Geforce Go 6200
(NV43) and the desktop has a Geforce 9500 GT (G96). In a few others
posts I read reports on 6-series hardware.

Can anyone confirm whether 173 works or doesn’t work on the current
kernel and x server for 6-series hardware?

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

Title:
  Intermittent white window contents when maximizing/switching windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/752445/+subscriptions

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

[Bug 627528] Re: package linux-image-2.6.32-24-generic 2.6.32-24.42 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-08-31 Thread Mephisto

** Attachment added: "AptOrdering.txt"
   
https://bugs.launchpad.net/bugs/627528/+attachment/1532255/+files/AptOrdering.txt

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/627528/+attachment/1532256/+files/Dependencies.txt

** Attachment added: "Df.txt"
   https://bugs.launchpad.net/bugs/627528/+attachment/1532257/+files/Df.txt

** Attachment added: "Dmesg.txt"
   https://bugs.launchpad.net/bugs/627528/+attachment/1532258/+files/Dmesg.txt

** Attachment added: "DpkgTerminalLog.txt"
   
https://bugs.launchpad.net/bugs/627528/+attachment/1532259/+files/DpkgTerminalLog.txt

-- 
package linux-image-2.6.32-24-generic 2.6.32-24.42 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/627528
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 627528] [NEW] package linux-image-2.6.32-24-generic 2.6.32-24.42 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-08-31 Thread Mephisto
Public bug reported:

Binary package hint: grub2

Tried to update today, i got this error...

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: linux-image-2.6.32-24-generic 2.6.32-24.42
ProcVersionSignature: Ubuntu 2.6.32-24.42-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Tue Aug 31 17:34:43 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
SourcePackage: grub2
Title: package linux-image-2.6.32-24-generic 2.6.32-24.42 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 2

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


** Tags: amd64 apport-package lucid

-- 
package linux-image-2.6.32-24-generic 2.6.32-24.42 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/627528
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 453099] Re: Latest karmic networkmanager update breaks wifi

2009-12-02 Thread Mephisto
Jim: your issue is another one, mine was ipv6+networkmanager related and
has nothing at all to do with the kernel. Wifi works fine when not
trying to use ipv6 through networkmanager.

-- 
Latest karmic networkmanager update breaks wifi
https://bugs.launchpad.net/bugs/453099
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 194979] Re: "Home Folder" keyboard shortcut does not work

2009-11-23 Thread Mephisto
Weird how the comments ended back in 2008, cause it's still not working for me, 
so obviously the bug is still here.
I'm on 9.10 and setting any key to Home Folder doesnt work. I defined a custom 
hotkey in the gnome prefs and set it to "nautilus --no-desktop". Running this 
command from a terminal makes a file browser pop up, showing the homedir. 
Running the custom hotkey does nothing, even though obviously the command gets 
run, since i get messages in .xsession-errors:
(nautilus:14531): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed

This message doesnt seem related to the problem, since i also get it in
the terminal, and seems harmless for the operation. It has already been
reported here: https://bugzilla.gnome.org/show_bug.cgi?id=598918. I just
listed it to show that nautilus does get launched when using the hotkey,
it just does not open any window.

Other keys work fine (like terminal and mail).

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

-- 
"Home Folder" keyboard shortcut does not work
https://bugs.launchpad.net/bugs/194979
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 351186] Re: [M76] [ubuntu 9.04] slow unminimizing with ati card and desktop effects enabled

2009-11-09 Thread Mephisto
Thank you very much K0ekk0ek!

-- 
[M76] [ubuntu 9.04] slow unminimizing with ati card and desktop effects enabled
https://bugs.launchpad.net/bugs/351186
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 446394] Re: Connect to Hidden...select Saved Secure Connection; Connect not possible

2009-10-29 Thread Mephisto
So when can we expect this fix? Current NM package uses git 20091014 and
it's still broken. I'm having trouble connecting to the network at the
office now, since it doesnt broadcast ssid...

-- 
Connect to Hidden...select Saved Secure Connection; Connect not possible
https://bugs.launchpad.net/bugs/446394
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 447197] Re: Packages with custom /etc/sysctl.d/30-foo.conf files can fail to install: start procps returns exit status 1

2009-10-26 Thread Mephisto
This bug was not fixed. Wine still gives an error (both 1.0.x and 1.1.x 
versions).
The real bug is not with procps or the wine package, but with sysctl. The error 
message occurs when there's keys in the sysctl config files that dont exist.
I'm not sure if my sysctl.conf is a modified version, old version or stock 
version, but for reference, it contained the following keys that systcl didnt 
like:
kernel.maps_protect = 1
sys.kernel.maps_protect = 1
net.ipv4.ip_always_defrag = 1
I commented these out and a "service procps start" now does not give an error 
anymore, and wine installs without any error.

The only proper fix for this is to interpret sysctl exit statuses better
in /etc/init/procps. I don't know what exactly the status code is, or
supposed to be, but it's probably different for real errors than for
unknown keys.

-- 
Packages with custom /etc/sysctl.d/30-foo.conf files can fail to install: start 
procps returns exit status 1
https://bugs.launchpad.net/bugs/447197
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 453099] Re: Latest karmic networkmanager update breaks wifi

2009-10-19 Thread Mephisto
I figured out what the problem is. I suddenly had a bright moment and 
remembered me finding dhcp6 settings last week that seemed wrong. They were set 
to "Ignore", while this is not the behavior i want, since I want NM to acquire 
dhcp6 addresses when available. Therefor i set it to "Automatic" on all 
networks i have in my list.
However, this seems to break ipv4 as well. When no dhcp6 address can be 
acquired, NM just disconnects. Although this is not related to the new package, 
as the title of this bug report implies, this is still a bug! I expect NM to 
just leave the network connected when it finds an ipv4 address and no ipv6, no 
matter what the setting for ipv6 is, since it has network connectivity. 
Disconnecting a working ipv4 is always wrong. I worked around the problem by 
setting ipv6 back to "Ignore" for now.

-- 
Latest karmic networkmanager update breaks wifi
https://bugs.launchpad.net/bugs/453099
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 453099] nm-system-settings.conf.txt

2009-10-19 Thread Mephisto

** Attachment added: "nm-system-settings.conf.txt"
   http://launchpadlibrarian.net/33936652/nm-system-settings.conf.txt

** Changed in: network-manager (Ubuntu)
   Status: Incomplete => New

** Tags added: apport-collected

-- 
Latest karmic networkmanager update breaks wifi
https://bugs.launchpad.net/bugs/453099
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 453099] WifiSyslog.txt

2009-10-19 Thread Mephisto

** Attachment added: "WifiSyslog.txt"
   http://launchpadlibrarian.net/33936650/WifiSyslog.txt

-- 
Latest karmic networkmanager update breaks wifi
https://bugs.launchpad.net/bugs/453099
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 453099] XsessionErrors.txt

2009-10-19 Thread Mephisto

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/33936651/XsessionErrors.txt

-- 
Latest karmic networkmanager update breaks wifi
https://bugs.launchpad.net/bugs/453099
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 453099] RfKill.txt

2009-10-19 Thread Mephisto

** Attachment added: "RfKill.txt"
   http://launchpadlibrarian.net/33936649/RfKill.txt

-- 
Latest karmic networkmanager update breaks wifi
https://bugs.launchpad.net/bugs/453099
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 453099] PciNetwork.txt

2009-10-19 Thread Mephisto

** Attachment added: "PciNetwork.txt"
   http://launchpadlibrarian.net/33936648/PciNetwork.txt

-- 
Latest karmic networkmanager update breaks wifi
https://bugs.launchpad.net/bugs/453099
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 453099] IwConfig.txt

2009-10-19 Thread Mephisto

** Attachment added: "IwConfig.txt"
   http://launchpadlibrarian.net/33936647/IwConfig.txt

-- 
Latest karmic networkmanager update breaks wifi
https://bugs.launchpad.net/bugs/453099
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 453099] IpRoute.txt

2009-10-19 Thread Mephisto

** Attachment added: "IpRoute.txt"
   http://launchpadlibrarian.net/33936645/IpRoute.txt

-- 
Latest karmic networkmanager update breaks wifi
https://bugs.launchpad.net/bugs/453099
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 453099] Gconf.txt

2009-10-19 Thread Mephisto

** Attachment added: "Gconf.txt"
   http://launchpadlibrarian.net/33936643/Gconf.txt

-- 
Latest karmic networkmanager update breaks wifi
https://bugs.launchpad.net/bugs/453099
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 453099] Dependencies.txt

2009-10-19 Thread Mephisto

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/33936642/Dependencies.txt

-- 
Latest karmic networkmanager update breaks wifi
https://bugs.launchpad.net/bugs/453099
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 453099] IpAddr.txt

2009-10-19 Thread Mephisto

** Attachment added: "IpAddr.txt"
   http://launchpadlibrarian.net/33936644/IpAddr.txt

-- 
Latest karmic networkmanager update breaks wifi
https://bugs.launchpad.net/bugs/453099
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 453099] apport-collect data

2009-10-19 Thread Mephisto
Architecture: i386
CRDA:
 country NL:
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 40), (N/A, 20)
(5250 - 5330 @ 40), (N/A, 20), DFS
(5490 - 5710 @ 40), (N/A, 27), DFS
DistroRelease: Ubuntu 9.10
IfupdownConfig:
 auto lo
 iface lo inet loopback
Package: network-manager 0.8~a~git.20091013t193206.679d548-0ubuntu1
PackageArchitecture: i386
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_US.UTF-8
 LC_TIME=en_GB.utf8
ProcVersionSignature: Ubuntu 2.6.31-14.47-generic
Uname: Linux 2.6.31-14-generic i686
UserGroups: adm admin audio cdrom dialout fuse lpadmin plugdev sambashare 
scanner scard video
WpaSupplicantLog:

-- 
Latest karmic networkmanager update breaks wifi
https://bugs.launchpad.net/bugs/453099
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 453099] Re: Latest karmic networkmanager update breaks wifi

2009-10-17 Thread Mephisto
Alexander: I cannot downgrade this package as the old version is no
longer available. This also applies to the kernel, if it's indeed a
kernel problem, as suggested by Tony.

Tony: I did not know about this ubuntu-bug tool yet, I will use this in the 
future. I will run the apport command when im on my laptop again (probably 
monday).
I do not think this is a kernel problem, as the wifi connects fine at first, 
and even shows as online for 1 second or so, and is then simply disconnected 
automatically. This does not happen when suspending NM and the applet using 
gnome system monitor during dhcp, which leads me to believe this is a NM 
problem, where NM disconnects my wifi after a succesful connection.

-- 
Latest karmic networkmanager update breaks wifi
https://bugs.launchpad.net/bugs/453099
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 453099] Re: Latest karmic networkmanager update breaks wifi

2009-10-16 Thread Mephisto
Oh yes, almost forgot, my currently installed version is
0.8~a~git.20091013t193206.679d548-0ubuntu1. The previously good version
was 0.8~a~git.20091005t192303.1d28ad1-0ubuntu2.

-- 
Latest karmic networkmanager update breaks wifi
https://bugs.launchpad.net/bugs/453099
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 453099] [NEW] Latest karmic networkmanager update breaks wifi

2009-10-16 Thread Mephisto
Public bug reported:

Binary package hint: network-manager

Since the networkmanager package update yesterday in karmic, i'm having trouble 
connecting to my wifi access point. The connecting process works fine, but then 
NM changes its mind and disconnects instead. In the log i see messages like:
[  463.824660] wlan0: disassociating by local choice (reason=3)
[  463.826216] wlan0: deauthenticated (Reason: 2)
The above means the kernel has received a command from userspace to 
disassociate, which is probably coming from NM itself.
For now i worked around the problem by suspending the NM process and the applet 
during dhcp, and then running dhclient manually, so NM doesn't get a chance to 
d/c the wifi.
My wifi was working flawlessly yesterday before the update.

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Latest karmic networkmanager update breaks wifi
https://bugs.launchpad.net/bugs/453099
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 447211] Re: Fn+F8 on thinkpad not working (and possibly on asus too)

2009-10-12 Thread Mephisto
I took a look at the script in the current karmic package, and you were right, 
i did write this myself, hence why all the old, non-working commented lines are 
still in there =)
Sorry for reporting a bug that i made myself, but i hope my script helps fix 
the touchpad button before karmic release, since the old synclient based script 
doesnt really work...
:)

-- 
Fn+F8 on thinkpad not working (and possibly on asus too)
https://bugs.launchpad.net/bugs/447211
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 447211] Re: Fn+F8 on thinkpad not working (and possibly on asus too)

2009-10-12 Thread Mephisto

** Attachment added: "The script"
   http://launchpadlibrarian.net/33492576/asus-touchpad.sh

-- 
Fn+F8 on thinkpad not working (and possibly on asus too)
https://bugs.launchpad.net/bugs/447211
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 447211] Re: Fn+F8 on thinkpad not working (and possibly on asus too)

2009-10-11 Thread Mephisto
Hmm, now that you mention this, i do recall trying to fix a broken
script like this a long time ago, but i assumed it would have been
replaced by a version from the karmic package. I will post the script i
have on my system tomorrow (im not on my laptop now), but i'm still not
sure mine is any different from whats in karmic.

-- 
Fn+F8 on thinkpad not working (and possibly on asus too)
https://bugs.launchpad.net/bugs/447211
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 447211] [NEW] Fn+F8 on thinkpad not working (and possibly on asus too)

2009-10-09 Thread Mephisto
Public bug reported:

Binary package hint: acpi-support

My thinkpad has Fn+F8 as hotkey for disabling the touchpad on the fly. However, 
it is not working on an uptodate karmic (I've just upgraded yesterday). I have 
traced the problem down to this line of code in /etc/acpi/asus-touchpad.sh:
TPSTATUS=`xinput list-props $XINPUTNUM | grep "Synaptics Off" | cut -f4`
running this manually does not do anything. changing this line to:
TPSTATUS=`xinput list-props $XINPUTNUM | grep "Synaptics Off" | cut -f3`
makes it work again.
Since this parsed output from the xinput tool, I suspect this is broken on asus 
laptops too, as I dont see why the output would be any different there.

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

-- 
Fn+F8 on thinkpad not working (and possibly on asus too)
https://bugs.launchpad.net/bugs/447211
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 351186] Re: [ubuntu 9.04] slow unminimizing with ati card and desktop effects enabled

2009-06-15 Thread Mephisto
Thank you very much for the patch,  i was desperate on the whole lag,
frezzing thing. Now everything is fine

-- 
[ubuntu 9.04] slow unminimizing with ati card and desktop effects enabled
https://bugs.launchpad.net/bugs/351186
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 337227] Re: Wireless gets stuck in a reassociation loop

2009-04-15 Thread Mephisto
I think I rejoiced too soon... the 2.6.28 kernel helped for my thinkpad, 
however, i also have a 3 year old asus with broadcom chip (that i dont use that 
often, so i didnt find out sooner), which apparently suffers from the same 
issue. On this machine however, a 2.6.28 kernel does not improve the situation 
at all. Wireless is unstable as hell, even sitting at 2 meters from the AP.
Is wireless working well for *anyone* using intrepid? 2 different machines 
suffer from this same problem, with 2 totally different hardware 
confugurations, so it seems like a more widespread problem to me. The issue is 
not with the AP, cause i'm writing this on my thinkpad and the wifi is stable 
here, connected to the same AP.
I'd like to point out that it worked fine on hardy...
Also, why are there no comments at all on this? Is anyone working on fixing 
wireless? I'm still staring at the same annoying dmesg output that i've had 
weeks ago and i feel like throwing that laptop out of the window right now :S

-- 
Wireless gets stuck in a reassociation loop
https://bugs.launchpad.net/bugs/337227
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 337227] Re: Wireless gets stuck in a reassociation loop

2009-03-09 Thread Mephisto
I fixed this by installing a jaunty kernel (2.6.28) on my intrepid
system, so this bug is already fixed for next release. Since jaunty is
supposed to come out next month, this might not be worth fixing anymore
for intrepid...

-- 
Wireless gets stuck in a reassociation loop
https://bugs.launchpad.net/bugs/337227
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 336002] Re: Flash player won't install; wireless doesn't work. Ubuntu sucks!!! It can't seem to detect the hardware! You need a degree in engineering to use the program!

2009-03-04 Thread Mephisto
Oh, and as for the broadcom, it probably needs firmware. Try installing
b43-fwcutter from synaptic and see if that makes the wireless work. Last
time i used it, it'll download firmware during package installation, and
you should be able to connect a wireless network from the networkmanager
applet after (maybe needs a reboot first though).

-- 
Flash player won't install; wireless doesn't work. Ubuntu sucks!!! It can't 
seem to detect the hardware! You need a degree in engineering to use the 
program!
https://bugs.launchpad.net/bugs/336002
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 336002] Re: Flash player won't install; wireless doesn't work. Ubuntu sucks!!! It can't seem to detect the hardware! You need a degree in engineering to use the program!

2009-03-04 Thread Mephisto
Did you try just going to a flash-using website and having firefox
figure it out? I think that worked fine last time i tried...

-- 
Flash player won't install; wireless doesn't work. Ubuntu sucks!!! It can't 
seem to detect the hardware! You need a degree in engineering to use the 
program!
https://bugs.launchpad.net/bugs/336002
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 337227] Re: Wireless gets stuck in a reassociation loop

2009-03-04 Thread Mephisto
Bug #331103 might be related or the same.

-- 
Wireless gets stuck in a reassociation loop
https://bugs.launchpad.net/bugs/337227
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 337227] Re: Wireless gets stuck in a reassociation loop

2009-03-03 Thread Mephisto
Oh, forgot to mention, this is on a Lenovo T61 with intel 4965 wireless
chip (iwlagn driver).

-- 
Wireless gets stuck in a reassociation loop
https://bugs.launchpad.net/bugs/337227
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 337227] [NEW] Wireless gets stuck in a reassociation loop

2009-03-03 Thread Mephisto
Public bug reported:

Binary package hint: wpasupplicant

I recently installed 8.10 on my laptop and i'm having some problems with
the wireless network. Whenever i get disconnected, the system gets stuck
in a reassociation loop. This happens often at work, but never at home,
cause the AP is in the same room, so the signal is stronger there. Both
are wep encrypted AP's. This is an example from dmesg:

[14965.525094] wlan0: authenticate with AP 00:1c:58:10:25:40
[14965.533441] wlan0: authenticated
[14965.533446] wlan0: associate with AP 00:1c:58:10:25:40
[14965.537401] wlan0: RX ReassocResp from 00:1c:58:10:25:40 (capab=0x431 
status=0 aid=114)
[14965.537405] wlan0: associated
[14967.378478] wlan0: deauthenticated
[14968.376102] wlan0: authenticate with AP 00:1c:58:10:25:40
[14968.377786] wlan0: authenticated
[14968.377791] wlan0: associate with AP 00:1c:58:10:25:40
[14968.381197] wlan0: RX ReassocResp from 00:1c:58:10:25:40 (capab=0x431 
status=0 aid=115)
[14968.381202] wlan0: associated
[14970.274021] wlan0: deauthenticated

I found this on the fedora bugtracker: 
https://bugzilla.redhat.com/show_bug.cgi?id=477821
According to this, it would be an issue with wpasupplicant. Killing 
wpasupplicant (sudo killall wpa_supplicant) makes the loop stop, and 
networkmanager stops connecting as well. After it reconnects, it is stable for 
a while.

So, can you please fix wpasupplicant (or the kernel)?
And why does networkmanager need wpasupplicant for this at all? Connecting to a 
wep network does not require a wpa daemon and works also with commandline tools 
like iwconfig.

Package versions
wpasupplicant: 0.6.4-2
linux-image-2.6.27-11-generic: 2.6.27-11.27

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

-- 
Wireless gets stuck in a reassociation loop
https://bugs.launchpad.net/bugs/337227
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 111061] Re: Wine use Windows colors instead of Ubuntu colors

2008-11-05 Thread Mephisto
Well, your point of windows lacking a theme engine in the old days is valid, 
but software that has been updated in the last 8 years or so usually supports 
theming, cause no windows developer would want their app to look bad on XP.
Sure, wine theming support is nowhere near complete, but that should be 
irrelevant, cause rendering through GTK should bypass that theme engine, as its 
not needed.
And yes, wine should work regardless of the user having GTK, Qt or whatever 
installed, but i don't see why this would be an issue. Wine can just try to 
open the GTK/Qt/etc library that it wants to use, and if it's not available, 
fall back to the old rendering engine. No one said the old way has to be 
deleted ;)

-- 
Wine use Windows colors instead of Ubuntu colors
https://bugs.launchpad.net/bugs/111061
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 111061] Re: Wine use Windows colors instead of Ubuntu colors

2008-11-01 Thread Mephisto
Can someone enlighten me on something? Why is all the talk about
adapting color schemes, when a much cleaner solution would be to just
have GTK draw the wine windows, like mono, java and other languages do?
What makes wine so special that it cant implement something like Qt does
with QGtkStyle (making qt look like gtk)?

-- 
Wine use Windows colors instead of Ubuntu colors
https://bugs.launchpad.net/bugs/111061
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 213838] Re: numlock state should be remembered per user

2008-05-30 Thread Mephisto
Gnome used to do this, up to 2.22. Not sure if it's a bug or a 'feature'
in 2.22, but its gone now. Think this is better filed on the gnome
bugtracker than with ubuntu though.

-- 
numlock state should be remembered per user
https://bugs.launchpad.net/bugs/213838
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 94972] Re: Broadcom 43XX (4311) does not work?

2008-04-27 Thread Mephisto
I have a hp compaq with the same wifi card (4311) and even teh
restricted drivers dont work.  I tried several fixes and patches, but it
didnt work  I am running 7.10 atm, I know that 8.04 is out, but there
are even less fixes for that at the moment, and the wifi card doesnt
seem to work on there either).

-- 
Broadcom 43XX (4311) does not work?
https://bugs.launchpad.net/bugs/94972
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 182165] Re: Hardy - gnome-keybinding-properties shortcuts don't work

2008-03-05 Thread Mephisto
I upgraded from gutsy yesterday and my special keys stopped working. I
can see them generate a key in xev, so they work fine, but they're not
picked up by gnome. When i reassign the keys in the config applet, they
work until logged out. All other global hotkeys (metacity, tomboy,
audacious, etc) work fine. Any way to get more insight on what goes
wrong? It seems to be a problem with gnome-settings-daemon, but i'm not
sure about it.

-- 
Hardy - gnome-keybinding-properties shortcuts don't work
https://bugs.launchpad.net/bugs/182165
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 124736] Re: [gutsy] some asus hotkeys no longer work

2008-02-28 Thread Mephisto
The easiest way to install it without messing up your system, is to download 
the individual package(s) and install it manually. This will not mess up your 
system, as your current kernel will remain installed and can always be booted 
again from the boot loader like usual.
The package you need is linux-image. I think (i dont run hardy yet, so i could 
be wrong) the current one is 
http://archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-image-2.6.24-10-generic_2.6.24-10.16_i386.deb.
 I don't recommend installing the restricted modules for this kernel, as it may 
depend on different versions of certain drivers and therefor might conflict 
with your current installation.

-- 
[gutsy] some asus hotkeys no longer work
https://bugs.launchpad.net/bugs/124736
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 124736] Re: [gutsy] some asus hotkeys no longer work

2008-02-13 Thread Mephisto
If it does not generate acpi events, it's probably a bug in the kernel
module for asus acpi. Your laptop seems to generate quite different
events from mine after all, so the driver may not understand your laptop
well. Although i cannot help you fixing those kind of problems, you
could try installing the kernel from hardy (2.6.24) and see if that
fixes the problem.

Also, this is bugreport, not a forum. Please stick to this bug topic
(hotkeys not working) and dont jump to bluetooth issues. It's corrupting
the bug report with unrelated things that people probably cant help you
with it this topic. You'll probably have more luck on the ubuntu forums
with your bluetooth question.

-- 
[gutsy] some asus hotkeys no longer work
https://bugs.launchpad.net/bugs/124736
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 124736] Re: [gutsy] some asus hotkeys no longer work

2008-02-01 Thread Mephisto
Oh, almost forgot, the wireless should turn itself on by default, and
the key doesnt work for me either (i tried looking into it, and it
seemed to be something in sysfs not working, maybe its cause i use
ndiswrapper?). If you want it off, and use networkmanager, right-click
the icon and uncheck 'Enable wireless'.

Your sleep key is working fine, as the laptop enters sleep mode. If it
doesnt come back up, it's probably a kernel or driver problem. I had the
same issue until Gutsy (laptop not coming out of sleep), but now it
works fine. I dont know how to fix it though, i just waited for the
problem to go away ;)

-- 
[gutsy] some asus hotkeys no longer work
https://bugs.launchpad.net/bugs/124736
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 124736] Re: [gutsy] some asus hotkeys no longer work

2008-02-01 Thread Mephisto
Xev doesnt necessarily pick up keypresses from the acpi keys. it aren't
keys but acpi events after all, which are then converted to keypresses
by the acpi event system. Nevertheless, the brightness keys should work
fine without it, since they are managed in hardware (they work outside
the OS too) and the keypresses are just to let your desktop know that
you've been changing it, so it can give feedback to you about the
status. You could see if the key does anything at all by running 'sudo
acpi_listen' and see if it gives output for your key. It should give the
following output:

hotkey ATKD 002e 0003
hotkey ATKD 002d 0002
hotkey ATKD 002c 0001
hotkey ATKD 002b 0001
hotkey ATKD 001c 0001
hotkey ATKD 001d 0001
hotkey ATKD 001e 0002
hotkey ATKD 001f 0008

This was from turning the brightness on my A6K down by 4 (Fn+F5), and up
by 4 (Fn+F6) (ignore the 4th value, its just a number that goes up when
you generate the same event again). If your output is different, post it
here and i can probably give you instructions to fix it. If your Fn+F6
does not generate events, it may be physically broken.

Also, as a temporary workaround, you can try to adjust the brightness with:
sudo echo "X" > /proc/acpi/asus/brn
where X is a number between 0 (dark) and 15 (bright).

-- 
[gutsy] some asus hotkeys no longer work
https://bugs.launchpad.net/bugs/124736
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 172805] Re: mplayer rc2 does not play mkv

2007-12-11 Thread Mephisto
You're right. After some further testing, it seems it does not handle
spaces in filenames properly. The avi files that worked must have had
underscores instead of spaces. The files that did not play, do play if
the spaces are removed.

-- 
mplayer rc2 does not play mkv
https://bugs.launchpad.net/bugs/172805
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 172805] mplayer rc2 does not play mkv

2007-11-29 Thread Mephisto
Public bug reported:

Binary package hint: mplayer

Since last week's update (rc2 from gutsy-backports), mplayer does not
play mkv files anymore. Files that worked perfectly on the non-backports
mplayer no longer play, and give a non-descriptive error message. I
can't test with other types than mkv and avi, since i dont have any on
here, but the avi's play fine.

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

-- 
mplayer rc2 does not play mkv
https://bugs.launchpad.net/bugs/172805
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 121708] Re: Network-manager 0.6.5 replaces /etc/resolv.conf (should stay a symlink)

2007-11-28 Thread Mephisto
Don't have any trouble with network at the moment (on a fully uptodate
gutsy), so i guess this is fixed or just disappeared ;)

-- 
Network-manager 0.6.5 replaces /etc/resolv.conf (should stay a symlink)
https://bugs.launchpad.net/bugs/121708
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 136278] Re: [Gutsy] Open Office freezes if i select "print..." from menu

2007-10-19 Thread Mephisto
I'm also having prolems with this. But switching theme is not a fix to this 
issue, it's a workaround, and a lame one at that. I don't *want* to switch 
theme, cause i like my current one, and it was working fine on feisty with OOo 
2.2. Telling people to use the default theme is the microsoft way: "we didnt 
make that, so we dont support it, and you better not use it". Also, it seems to 
be OOo having a problem with the pixmap engine. There's quite a lot of themes 
out there using that...
Oh well, ill just uninstall the openoffice.org-gtk package for now and wait for 
a fix. I rather have only ugly OOo windows than ugly windows on all apps.

-- 
[Gutsy] Open Office freezes if i select "print..." from menu
https://bugs.launchpad.net/bugs/136278
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 135809] Re: [Gutsy] User switching not working with nvidia driver

2007-10-03 Thread Mephisto
The system doesn't really lock up, only X does. You can login with ssh
and killall -9 compiz, and you'll get metacity back (or no WM at all
:P), but the desktop will work again. I haven't gotten around to testing
this yet. Last time i could switch to a VT and back with the new driver,
something that didnt work with the old one, so i assumed it was fixed.
But maybe it's not an nvidia bug but a compiz bug, cause i can't
remember getting this with beryl...

-- 
[Gutsy] User switching not working with nvidia driver
https://bugs.launchpad.net/bugs/135809
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 135809] Re: [Gutsy] User switching not working with nvidia driver

2007-09-20 Thread Mephisto
I think the new 100.14.19 driver should fix this issue.
The complete changelog can be found here: 
http://www.nvidia.com/object/linux_display_ia32_100.14.19.html
And the item that i think is concerned to this issue is this: Fixed a problem 
causing X to render incorrectly after VT switches with composited desktops.
I've had this issue before, after enabling compiz. Disabling compiz works 
around the issue.

Please update to 100.14.19 before the release of gutsy, as there is
quite a large number of fixes in the new driver.

-- 
[Gutsy] User switching not working with nvidia driver
https://bugs.launchpad.net/bugs/135809
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 140956] Re: Please include nvidia 100.14.19 drivers in gutsy

2007-09-20 Thread Mephisto
Yeah, i really like to see this new driver included soon, as it will probably 
fix the black screen issue i had with compiz and switching VT (or coming back 
from suspend). Compiz is unusable for me right now, since i cant even suspend 
my laptop with that enabled, and since gutsy will have compiz on by default, 
this new driver is a must.
Better power management would be good for my laptop as well, although whatever 
is it that they improved is not clear to me ;)

-- 
Please include nvidia 100.14.19 drivers in gutsy
https://bugs.launchpad.net/bugs/140956
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 124736] Re: [gutsy] some asus hotkeys no longer work

2007-08-19 Thread Mephisto
sorry for late response...

system-manufacturer: ASUSTeK Computer Inc. 
system-product-name: A6K
system-version: 1.0

-- 
[gutsy] some asus hotkeys no longer work
https://bugs.launchpad.net/bugs/124736
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 28752] Re: no notifications should pop-up if fullscreen app is running

2007-08-01 Thread Mephisto
Can you please make this optional? I prefer to see the notifications while in 
fullscreen, so i get notified when certain events happen while playing games, 
and i can use things like pidgin's libnotify plugin while playing. It's kinda 
annoying to suddenly see your laptop turn off because the battery is flat while 
watching a video in fullscreen. I rather get notified about low battery in 
time...
Maybe change it so only events with level 'urgent' show up in fullscreen? I 
think 'battery critical' falls in this category...

-- 
no notifications should  pop-up if fullscreen app is running
https://bugs.launchpad.net/bugs/28752
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 124736] [gutsy] some asus hotkeys no longer work

2007-07-08 Thread Mephisto
Public bug reported:

Binary package hint: hotkey-setup

Somewhere along the gutsy development track, some acpi hotkeys on my asus 
laptop keyboard stopped working. The concerned keys are the Lock, Eject and 
Brightness buttons. 
They can be fixed by adding the following lines to 
/usr/share/hotkey-setup/asus.hk:
setkeycodes e005$KEY_BRIGHTNESSDOWN   # Brightness down button
setkeycodes e006$KEY_BRIGHTNESSUP   # Brightness up button
setkeycodes e009$KEY_EJECTCD   # Eject button
setkeycodes e00a$KEY_COFFEE   # Lock key
The brightness keys did not actually generate a key event yet on a default 
installation, but are possible to integrate into gnome by following the 
information in bug 76593.


Also, there's these 2 for the Fn+F7 and Fn+F8 keys. Not sure about the actual 
$KEY they should get, i mainly post these for completeness.
setkeycodes e007$KEY_SWITCHVIDEOMODE   # Fn+F7 (backlight on/off)
setkeycodes e00b$KEY_VIDEOOUT   # Fn+F8 (display switch)
They generate the following acpi events:
Fn+F7:
hotkey ATKD 0033 (when turning on)
hotkey ATKD 0034 (when turning off)
Fn+F8:
hotkey ATKD 0061

** Affects: hotkey-setup (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Binary package hint: hotkey-setup
  
  Somewhere along the gutsy development track, some acpi hotkeys on my asus 
laptop keyboard stopped working. The concerned keys are the Lock, Eject and 
Brightness buttons. 
  They can be fixed by adding the following lines to 
/usr/share/hotkey-setup/asus.hk:
  setkeycodes e005$KEY_BRIGHTNESSDOWN   # Brightness down button
  setkeycodes e006$KEY_BRIGHTNESSUP   # Brightness up button
  setkeycodes e009$KEY_EJECTCD   # Eject button
  setkeycodes e00a$KEY_COFFEE   # Lock key
- The brightness keys did not actually generate a key event yet, but are 
possible to integrate into gnome by following the information in bug 76593.
+ The brightness keys did not actually generate a key event yet on a default 
installation, but are possible to integrate into gnome by following the 
information in bug 76593.
  
  
  Also, there's these 2 for the Fn+F7 and Fn+F8 keys. Not sure about the actual 
$KEY they should get, i mainly post these for completeness.
  setkeycodes e007$KEY_SWITCHVIDEOMODE   # Fn+F7 (backlight on/off)
  setkeycodes e00b$KEY_VIDEOOUT   # Fn+F8 (display switch)
  They generate the following acpi events:
  Fn+F7:
  hotkey ATKD 0033 (when turning on)
  hotkey ATKD 0034 (when turning off)
  Fn+F8:
  hotkey ATKD 0061

-- 
[gutsy] some asus hotkeys no longer work
https://bugs.launchpad.net/bugs/124736
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 76593] Re: asus brightness hotkeys

2007-07-08 Thread Mephisto
/var/lib/acpi-support/bios-version:207
/var/lib/acpi-support/system-manufacturer:ASUSTeK Computer Inc.
/var/lib/acpi-support/system-product-name:A6K
/var/lib/acpi-support/system-version:1.0

got the brightness meter in gnome to work using these files, i'd like to
see it included by default in gutsy...

-- 
asus brightness hotkeys
https://bugs.launchpad.net/bugs/76593
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 42590] Re: Wireless NIC on / off key does not work on ASUS A6Km

2007-07-08 Thread Mephisto
The helper script gives the following error for me:
/usr/share/acpi-support/state-funcs: line 44: echo: write error: Invalid 
argument
I'm using the ndiswrapper driver, cause the native driver does not support 54M 
at all, and is terribly slow anyway. It does not have a device/rf_kill in /sys, 
which is used by the new feisty acpi script. This used to work in an older 
version of ubuntu, not sure when it stopped working, as i dont use the key very 
frequently.

-- 
Wireless NIC on / off key does not work on ASUS A6Km
https://bugs.launchpad.net/bugs/42590
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 123198] Include tango/human theme (like firefox)

2007-06-30 Thread Mephisto
Public bug reported:

Binary package hint: thunderbird

Thunderbird should have a set of default themes that make the look&feel
more consistent with the rest of the desktop, like firefox has. I tried
searching for a tango theme myself, but all i found were some odd themes
that turn the buttons and toolbars into flat style at the same time :/

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

-- 
Include tango/human theme (like firefox)
https://bugs.launchpad.net/bugs/123198
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 121708] Re: Network-manager 0.6.5 replaces /etc/resolv.conf (should stay a symlink)

2007-06-27 Thread Mephisto
The last thing i need is dependencies on packages i don't need (never heard of 
pdnsd before).
Networkmanager will *have* to update the dns config, because, how else is it 
gonna set up the network? I just want the 0.6.4 behavior with regard to 
/etc/resolv.conf back, it worked fine back then...

-- 
Network-manager 0.6.5 replaces /etc/resolv.conf (should stay a symlink)
https://bugs.launchpad.net/bugs/121708
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 85585] Re: i don't think that networkmanager applet is needed

2007-06-22 Thread Mephisto
I think it's better off as a tray icon because applets can't hide themselves 
automatically if needed. I think it adds more flexibility this way.
Also, you can't just hide the icon by default when there is no wireless card 
(even if supported this), because it can also be used as an easy way to setup 
vpn (replacing the old user-unfriendly way to edit config files by hand).
And yes, it would be better if the icon supported animation as an option, but 
this is really an unnecessary feature if compared to easy setup of wireless 
networks and vpn.

-- 
i don't think that networkmanager applet is needed
https://bugs.launchpad.net/bugs/85585
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 121708] Network-manager 0.6.5 replaces /etc/resolv.conf (should stay a symlink)

2007-06-22 Thread Mephisto
Public bug reported:

Binary package hint: network-manager

NM 0.6.5 (as found in gutsy) no longer works with resolvconf, because it
replaces the symlink /etc/resolv.conf with a regular file. With this, it
bypasses resolvconf completely and on my vpn network this breaks dns. I
get dns servers from the access point, and then have to connect to a
vpn, after which i end up with an empty /etc/resolv.conf. Resolvconf
used to handle this properly. This worked fine with 0.6.4.

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Network-manager 0.6.5 replaces /etc/resolv.conf (should stay a symlink)
https://bugs.launchpad.net/bugs/121708
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 110785] Re: gutsy glibc causes graphical corruption with nvidia driver

2007-05-02 Thread Mephisto
This seems to be fixed in 2.5-5ubuntu1. Cause still unknown, but the bug
can probably be closed.

-- 
gutsy glibc causes graphical corruption with nvidia driver
https://bugs.launchpad.net/bugs/110785
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 110785] gutsy glibc causes graphical corruption with nvidia driver

2007-04-28 Thread Mephisto
Public bug reported:

After upgrading to gutsy's glibc, i found most (if not all) of my games
experience low to severe graphical corruption. I just upgraded my laptop
from feisty to gutsy and when i booted it back up to try the latest
wine, i noticed i had graphical corruption in all of my games. At first
i thought it was a new bug in wine, but it happens in UT2004 (native) as
well, although it's very low there. The problem goes away when i
downgrade to feisty's glibc. It mostly looks like some kind of snow
effect (random pixels or groups of pixels being the wrong color in
certain parts of the screen). I'm using the nvidia driver provided by
the restricted modules package.

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

-- 
gutsy glibc causes graphical corruption with nvidia driver
https://bugs.launchpad.net/bugs/110785
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 102884] [apport] gnome-language-selector crashed with SIGFPE

2007-04-04 Thread mephisto
Public bug reported:

Binary package hint: language-selector

scim erro

ProblemType: Crash
Architecture: i386
CrashCounter: 1
Date: Wed Apr  4 15:31:03 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gnome-language-selector
InterpreterPath: /usr/bin/python2.5
Package: language-selector 0.2.6
PackageArchitecture: all
ProcCmdline: /usr/bin/python /usr/bin/gnome-language-selector
ProcCwd: /home/mephifan
Signal: 8
SourcePackage: language-selector
Stacktrace:
 #0  0xb743d74c in ?? () from /usr/lib/libgtk-x11-2.0.so.0
 #1  0x in ?? ()
StacktraceTop:
 ?? () from /usr/lib/libgtk-x11-2.0.so.0
 ?? ()
ThreadStacktrace:
 .
 Thread 1 (process 7792):
 #0  0xb743d74c in ?? () from /usr/lib/libgtk-x11-2.0.so.0
 #1  0x in ?? ()
Uname: Linux mephifan-laptop 2.6.20-13-generic #2 SMP Sun Mar 25 00:21:25 UTC 
2007 i686 GNU/Linux
UserGroups:

** Affects: language-selector (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] gnome-language-selector crashed with SIGFPE
https://bugs.launchpad.net/bugs/102884
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 102884] Re: [apport] gnome-language-selector crashed with SIGFPE

2007-04-04 Thread mephisto

** Attachment added: "CoreDump.gz"
   http://librarian.launchpad.net/7142457/CoreDump.gz

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

** Attachment added: "Disassembly.txt"
   http://librarian.launchpad.net/7142459/Disassembly.txt

** Attachment added: "ProcEnviron.txt"
   http://librarian.launchpad.net/7142460/ProcEnviron.txt

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

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

** Attachment added: "Registers.txt"
   http://librarian.launchpad.net/7142463/Registers.txt

-- 
[apport] gnome-language-selector crashed with SIGFPE
https://bugs.launchpad.net/bugs/102884
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 80256] Re: Synaptic package manager hard to find in Feisty gnome-control-center

2007-01-18 Thread Mephisto
I know how to create shortcuts, I don't need help for that. I also don't want 
to type 'syn' in the control center search bar, since that's just another way 
to slow down launching a (for me) often used program.
I'm sure there'll be more people that would be annoyed by this when feisty 
comes out, since the package manager is the normal way to install/remove 
software, so it's probably needed a lot more than all the other control center 
items. I could always put a launcher in my panel, sure, but I'd rather see this 
solved the proper way: by fixing the menu icon.

-- 
Synaptic package manager hard to find in Feisty gnome-control-center
https://launchpad.net/bugs/80256

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


[Bug 80268] Avahi daemon should not try to resolve hostnames during bootup

2007-01-17 Thread Mephisto
Public bug reported:

Today i took some time to figure out why my bootup process seems to hang for 
over 10 seconds, and it seems to be caused by the avahi-daemon. Bootchart shows 
avahi running a 'host' process, so it's probably caused by the lack of a 
network connection, making the resolve attempt time out.
I don't have a network connection during bootup. I'm using NetworkManager on a 
laptop with wifi, so my connection is not available until nm-applet connects it 
(after logging in).

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

-- 
Avahi daemon should not try to resolve hostnames during bootup
https://launchpad.net/bugs/80268

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


[Bug 80256] Move synaptic menu icon

2007-01-17 Thread Mephisto
Public bug reported:

Binary package hint: synaptic

In the new gnome control center (that's now included in feisty), the menus are 
replaced with an MS Windows-like control center. Although i'm still not sure 
what to think of this in general, it makes the Synaptic icon a lot harder to 
reach. I use it almost daily, and locating it now involves a lot more steps 
than just clicking an icon in a menu. Instead, i now have to open the control 
center and locate Synaptic among all the other icons, where it may or may not 
have the same location as yesterday (depending on wether other packages 
installed more icons in there).
I would like to see this icon moved from the new control center back into the 
menu (preferably Applications -> System Tools).

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

** Description changed:

  Binary package hint: synaptic
  
- In the new gnome control center, the menus are replaced with an MS 
Windows-like control center. Although i'm still not sure what to think of this 
in general, it makes the Synaptic icon a lot harder to reach. I use it almost 
daily, and locating it now involves a lot more steps than just clicking an icon 
in a menu. Instead, i now have to open the control center and locate Synaptic 
among all the other icons, where it may or may not have the same location as 
yesterday (depending on wether other packages installed more icons in there).
+ In the new gnome control center (that's now included in feisty), the menus 
are replaced with an MS Windows-like control center. Although i'm still not 
sure what to think of this in general, it makes the Synaptic icon a lot harder 
to reach. I use it almost daily, and locating it now involves a lot more steps 
than just clicking an icon in a menu. Instead, i now have to open the control 
center and locate Synaptic among all the other icons, where it may or may not 
have the same location as yesterday (depending on wether other packages 
installed more icons in there).
  I would like to see this icon moved from the new control center back into the 
menu (preferably Applications -> System Tools).

-- 
Move synaptic menu icon
https://launchpad.net/bugs/80256

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


[Bug 73107] 9629 hangs X when starting fullscreen games

2006-11-24 Thread Mephisto
Public bug reported:

The 9629 has problems with fullscreen opengl applications. On a lot of games, 
xorg hangs on a black screen, and switching to VT's isnt possible anymore. The 
system still responds to the power button by shutting down normally (even 
though the screen stays black all the time).
This is reported to be fixed by the latest beta driver (1.0-9742) (see 
http://www.vladsharp.com/node/6).

** Affects: linux-restricted-modules-2.6.17 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
9629 hangs X when starting fullscreen games
https://launchpad.net/bugs/73107

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


[Bug 57694] Re: [edgy] usplash fails to correctly restore text mode

2006-09-30 Thread Mephisto
works fine with 0.4-30 :)
thanks :)

-- 
[edgy] usplash fails to correctly restore text mode
https://launchpad.net/bugs/57694

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


[Bug 57694] Re: [edgy] usplash fails to correctly restore text mode

2006-09-26 Thread Mephisto
Any news on this? Will there be framebuffer support when edgy goes
final? I don't wanna work with old 80x25 consoles, i rather drop usplash
than vesafb if i have to pick one, but it would be nice to have a splash
screen, so windows-people that see my laptop don't get turned off by the
textual bootup ;)

-- 
[edgy] usplash fails to correctly restore text mode
https://launchpad.net/bugs/57694

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


[Bug 43112] Re: Starting irda-utils lock up the kernel.

2006-09-21 Thread Mephisto
irda-utils also locks up the kernel here when running the init script. so far 
i've figured out the following:
*) the infrared device is on serial port /dev/ttyS1 (irq 3, ioports 0x2f8-0x2ff)
*) it's caused by irattach. running "irattach /dev/ttyS1 -s" manually also 
locks up the kernel
*) i have an SMsC LPC47N217 SuperIO controller, which, if i'm correct, should 
work with the smsc-ircc2 module, but loading this module fails with the error:
[code]FATAL: Error inserting smsc_ircc2 
(/lib/modules/2.6.17-8-generic/kernel/drivers/net/irda/smsc-ircc2.ko): No such 
device[/code]
*) the device id from /sys/devices/pnp0/00:07/id is PNP0510
*) /sys/devices/pnp0/00:07/resources claims the device is disabled. echoing 
'enable' in it doesn't do anything, echoing 'activate' in it gives the 
following error:
[code]-su: echo: write error: Input/output error[/code]

I'm now running ubuntu edgy, but this same issue was already around in
dapper too.

-- 
Starting irda-utils lock up the kernel.
https://launchpad.net/bugs/43112

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


[Bug 57694] Re: [edgy] usplash fails to correctly restore text mode

2006-09-12 Thread Mephisto
I'm still having this issue in 0.4-23. The bottom half of the screen on VT1 is 
corrupted (flashing green objects), and VT2-6 are totally black.
This does not happen without usplash, and also does not happen without 
framebuffer mode (i'm using vga=792 by default, but also tested on 791 and 788 
with the same result).
Got an up to date edgy system with a GF 6200 Go using the 8774 nvidia driver 
from the edgy repository.

-- 
[edgy] usplash fails to correctly restore text mode
https://launchpad.net/bugs/57694

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


[Bug 49113] Re: locales problems with edgy libc6

2006-07-20 Thread Mephisto
This is not a problem with dapper's libc6, so i can't file it there,
since this is not a bug to be fixed in dapper. I think you don't exactly
understand my problem. If I update my correctly working up-to-date
dapper with only libc6, libc6-i686 and libc6-dev version 2.4-1ubuntu6
(from edgy), i get messages like these:

[EMAIL PROTECTED] ~]$ perl
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en",
LC_ALL = (unset),
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").

And since just about any edgy package depends on this new libc6 version,
there isn't really a way not to install it if people don't want to
update their entire system, but just want a few edgy packages on their
dapper system...

-- 
locales problems with edgy libc6
https://launchpad.net/bugs/49113

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


[Bug 49113] Re: locales problems with edgy libc6

2006-07-19 Thread Mephisto
yes, that was the version i had installed. i didn't mention it in my
post, but i checked if i had the latest before i posted the comment. the
system was a pure dapper system with only glibc from edgy (needed that
for 2.6.17 kernel...)

-- 
locales problems with edgy libc6
https://launchpad.net/bugs/49113

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


[Bug 49113] Re: locales problems with edgy libc6

2006-07-14 Thread Mephisto
I'm seeing the messages posted in the first post in console when running
apps (like apt). I know nothing about missing text, but those error
messages have been present since the first edgy glibc build...

-- 
locales problems with edgy libc6
https://launchpad.net/bugs/49113

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


[Bug 49113] Re: locales problems with edgy libc6

2006-07-06 Thread Mephisto
Didn't work for me...

Just tried installing the 2.6.17 from edgy today and that picked up libc6 as a 
dependency. After that, i got the locales problem again. Are there any other 
packages that need to be upgraded as well (= dependency problem) or is there 
still a problem with glibc?
My locale's set to en_US.UTF-8 btw...

-- 
locales problems with edgy libc6
https://launchpad.net/bugs/49113

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