[Bug 365065]

2020-08-08 Thread Matthias Urlichs
Oh, it gets worse. splits.reconciled_date is a timestamp and you're
setting it to "1970-01-01 00:00", which means that MariaDB refuses to
accept it.

I worked around that by changing the column to datetime type for now.

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

Title:
  gnucash is confused by timezone changes

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

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

[Bug 232557]

2012-01-19 Thread Matthias Urlichs
Quite frankly, the patch look like it makes a whole lot of sense.

Meanwhile, users see their servers die or hang because the daemon eats
memory like crazy. Please either apply the patch, or find some other way
to stop the leak. Thank you.

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

Title:
  console-kit-daemon leaks memory

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

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


[Bug 770366] [NEW] Window shadow is not changeable

2011-04-25 Thread Matthias Urlichs
Public bug reported:

Binary package hint: compiz

Natty beta, classic desktop w/ compiz, unity decorator.

The active window's shadow is not changeable; compiz configuration doesn't 
affect it and any other way to control it is not apparent.
Reasons for reducing this shading:
* personal taste
* remote desktop speed
* workaround for the fact that the shadow partially obscures the menu bar 
(filed as a separate bug)

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

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

Title:
  Window shadow is not changeable

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


[Bug 676723] Re: lockfile-create --use-pid uses wrong pid

2011-02-04 Thread Matthias Urlichs
Definitely. Without this change lockfile-create is useless, as it
succeeds every time.

** Changed in: lockfile-progs (Ubuntu)
   Status: New = Confirmed

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

Title:
  lockfile-create --use-pid uses wrong pid

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


Re: [Bug 542480] Re: Database name hardcoded

2010-11-04 Thread Matthias Urlichs
Hi,

Rodrigo Moya:
 I've just fixed this in the unstable version, allowing users to specify
 a database name (defaulting to 'contacts' if they don't specify it). So
 should be available in the next unstable release tarball
 
Thank you very much.

-- 
Database name hardcoded
https://bugs.launchpad.net/bugs/542480
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 232557] Re: console-kit-daemon leaks memory

2010-09-27 Thread Matthias Urlichs
*sigh* a machine-crippling memory leak bug, open for nine months.

The Upstream bug has a patch. It may not be perfect, but please consider
applying it. The current memory leak definitely needs to be fixed.

-- 
console-kit-daemon leaks memory
https://bugs.launchpad.net/bugs/232557
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 560653] Re: Elgato eyetv diversity DVB-T tuner (new edition) not recognized

2010-09-26 Thread Matthias Urlichs
*sigh* this patch is a no-brainer. Apparently nobody picked it up for
the kernel yet, but that seems not to be a problem with the patch
itself.

http://www.linuxtv.org/pipermail/linux-
dvb/attachments/20090208/47465ae7/attachment.obj

-- 
Elgato eyetv diversity DVB-T tuner (new edition) not recognized
https://bugs.launchpad.net/bugs/560653
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 560653] Re: Elgato eyetv diversity DVB-T tuner (new edition) not recognized

2010-09-26 Thread Matthias Urlichs
Actually, it's in kernel 2.6.35 (I should have checked; sorry about the
earlier rant).

So, upgrade to Maverick.

-- 
Elgato eyetv diversity DVB-T tuner (new edition) not recognized
https://bugs.launchpad.net/bugs/560653
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 635249] Re: doesn't respect feed and cut options

2010-09-13 Thread Matthias Urlichs
I've also got a QL-500 which doesn't get confused by this command. No
idea what any other printers do.

Anyway, I'm a member of core-dev myself (even if I haven't exactly been
active for a while – much too busy with family and for-pay work), so you
might assume that I know what upstream means. :-P

Upstream said the patch is OK, but he's busy so it'll be a while.


** Tags added: patch-forwarded-upstream

-- 
doesn't respect feed and cut options
https://bugs.launchpad.net/bugs/635249
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 635249] Re: doesn't respect feed and cut options

2010-09-12 Thread Matthias Urlichs
Apparently, the code ESC i A \001 needs to be sent before cutting
happens.

-- 
doesn't respect feed and cut options
https://bugs.launchpad.net/bugs/635249
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 635249] Re: doesn't respect feed and cut options

2010-09-12 Thread Matthias Urlichs
Works with this change.

** Patch added: send-esc-i-A.patch
   
https://bugs.edge.launchpad.net/ubuntu/+source/ptouch-driver/+bug/635249/+attachment/1575101/+files/send-esc-i-A.patch

-- 
doesn't respect feed and cut options
https://bugs.launchpad.net/bugs/635249
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 635249] [NEW] doesn't respect feed and cut options

2010-09-10 Thread Matthias Urlichs
Public bug reported:

Binary package hint: ptouch-driver

Setting the advance distance, advance media and auto cut options
has no effect whatsoever.

** Affects: ptouch-driver (Ubuntu)
 Importance: Undecided
 Status: New

-- 
doesn't respect feed and cut options
https://bugs.launchpad.net/bugs/635249
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 635249] Re: doesn't respect feed and cut options

2010-09-10 Thread Matthias Urlichs
This is a QL-560 printer, current Maverick. Tried lpr -o ... as well
as editing the defaults.

-- 
doesn't respect feed and cut options
https://bugs.launchpad.net/bugs/635249
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 624607] Re: gnome-display-properties crashed with SIGFPE in g_hash_table_lookup()

2010-08-31 Thread Matthias Urlichs
Is there a workaround?

-- 
gnome-display-properties crashed with SIGFPE in g_hash_table_lookup()
https://bugs.launchpad.net/bugs/624607
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 511840] Re: Ubufox + Tab Mix Plus make toolbar buttons disappear

2010-07-07 Thread Matthias Urlichs
Confirmed (Lucid).

It also hides the toolbar buttons from other extensions. I've tried Read
It Later, Firebug, and the Feedback pulldown menu that's new in Firefox
4.0b1.

Please fix!

-- 
Ubufox + Tab Mix Plus make toolbar buttons disappear
https://bugs.launchpad.net/bugs/511840
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 473960] Re: Upgradeto 0.3.3 for karmic

2010-03-20 Thread Matthias Urlichs
** Also affects: evolution-couchdb (Ubuntu Karmic)
   Importance: Undecided
   Status: New

-- 
Upgradeto 0.3.3 for karmic
https://bugs.launchpad.net/bugs/473960
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 542480] [NEW] Database name hardcoded

2010-03-20 Thread Matthias Urlichs
Public bug reported:

Binary package hint: evolution-couchdb

When talking to a remote server, evolution-couchdb uses the hardcoded
database name contacts.

This is insufficient. I want to separate my business and personal
contacts. (No, for various reasons using tags is not sufficient. No, I
don't want two separate logins.)

I hacked evolution-couchdb to use the display name as the database name.
This is arguably wrong and contradicts the tooltip, but I don't know
evolution's internals well enough to extend the dialog appropriately.

** Affects: evolution-couchdb (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Database name hardcoded
https://bugs.launchpad.net/bugs/542480
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 542480] Re: Database name hardcoded

2010-03-20 Thread Matthias Urlichs

** Patch added: interim fix, applies to 0.3.2
   http://launchpadlibrarian.net/41380325/couch.patch

-- 
Database name hardcoded
https://bugs.launchpad.net/bugs/542480
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 507007] Re: make dahdi a suggests or recommends

2010-03-19 Thread Matthias Urlichs
 dahdi_dummy for a timing device

Well, asterisk uses the RTC when that isn't available.

Anyway, isn't Recommends: meant to imply if you deselect this, OK, but
you better know what you're doing?

-- 
make dahdi a suggests or recommends
https://bugs.launchpad.net/bugs/507007
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 414766] Re: Make evolution-couchdb package depend on desktopcouch

2010-03-19 Thread Matthias Urlichs
*Sigh* Do we really need a Depends: on desktopcouch?

The problem is that I don't want, nor care to have, a desktop couchdb on
my laptop. I want it to talk to the couchdb installation on my server.

Shouldn't Recommends: be sufficient? Recommendations are installed by
default, after all …

-- 
Make evolution-couchdb package depend on desktopcouch
https://bugs.launchpad.net/bugs/414766
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 507007] Re: make dahdi a suggests or recommends

2010-03-13 Thread Matthias Urlichs
Seconded. I ended up using equivs to build a dummy package which Provides: 
dahdi.
(Of course equivs also drags in the whole build environment, but I can do that 
on a machine that happens to not be our production VOIP gateway!)

-- 
make dahdi a suggests or recommends
https://bugs.launchpad.net/bugs/507007
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 367025] Re: Digium (Asterisk) PCI card crashing system

2010-03-13 Thread Matthias Urlichs
 I would love to test it, however there seems to be a problem
 compiling Asterisk under 9.10

Why do you want to do that? Just install the Asterisk 1.6 .debs from
9.10 on the machine.

** Summary changed:

- Diguim (Asterisk) PCI card crashing system
+ Digium (Asterisk) PCI card crashing system

-- 
Digium (Asterisk) PCI card crashing system
https://bugs.launchpad.net/bugs/367025
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 507007] Re: make dahdi a suggests or recommends

2010-03-13 Thread Matthias Urlichs
On second thought, MeetMe needs /dev/dahdi/dummy or it simply won't
work.

So a note in the README (or even the package description) and a
Recommends: for the dahdi driver are the minimum requirement.

Conflicting goals, but then if you set up Asterisk as a SIP-only PBX on
a resource-limited small machine, ideally without routing the actual
audio through it, you're unlikely to host conference calls …

-- 
make dahdi a suggests or recommends
https://bugs.launchpad.net/bugs/507007
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Re: [VC#v70vwejyl50w0y0en1df] [Bug 252174] Re: gvfsd-trash crashed with SIGSEGV in g_main_context_dispatch()

2009-12-09 Thread Matthias Urlichs
Hallo,

 Die E-Mail Adresse  wird vom Antispamservice SpamCleaner geschützt.
 SpamCleaner hat entdeckt, dass Ihre E-Mail Adresse noch einmalig
 authentifiziert werden muss, damit Ihre E-Mails zugestellt werden
 können.
 
Ach nee. Sonst noch Wünsche?

Zu eurer Info: Das war anscheinend eine weitergeleitete Mail, die ich
vor Urzeiten an irgendeinen Bugzilla oder was auch immer geschickt habe.
Den ursprünglichen Absender solcher Mails mit solchen Links zuzumüllen,
ist kein guter Stil; ich dachte, dieser Quatsch wäre inzwischen
ausgestorben, aber …

Fazit: Konfiguriert bitte euren Spamcleaner korrekt. Oder schafft ihn
gleich ab.

Danke.

-- 
gvfsd-trash crashed with SIGSEGV in g_main_context_dispatch()
https://bugs.launchpad.net/bugs/252174
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 426804] Re: ubuntuone-client doesn't connect (because domain name changed?)

2009-09-15 Thread Matthias Urlichs
OK, so is somebody going to update the PPA for Jaunty, or are we
supposed to switch to Karmic if we want to test ubuntuone?

-- 
ubuntuone-client doesn't connect (because domain name changed?)
https://bugs.launchpad.net/bugs/426804
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 290966] Re: Split the package

2009-09-05 Thread Matthias Urlichs
As Recommends: packages are pulled in by default, that'd work.

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

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


Re: [Bug 339991] Re: pin length is insufficient: need to allow eight digits

2009-09-04 Thread Matthias Urlichs
I use standard Jaunty.

The SIM card in my GSM modem has its PIN set to 12345. The PIN code
required dialog only has a four-digit entry field and does not accept
more than that. This problem makes this particular SIM card unusable.

Yeah, I could pop the card into any borrowed mobile phone and change the
PIN to something four digits long, but that's a very ugly workaround for
a problem that can be fixed trivially.

-- 
pin length is insufficient: need to allow eight digits
https://bugs.launchpad.net/bugs/339991
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 146918] Re: Poor descriptions for some applications in Startup Programs window

2009-07-01 Thread Matthias Urlichs
Hi,

Martin Albisetti:
 GNOME accessibility - System accessibility process
 Bluetooth manager - Manages your bluetooth connections
 Evolution alarm notifier - Allows alarms set in Evolution to work
[etc.] Shouldn't you use the imperative here? I.e. Manage your  ...,
Allow alarms ..., etc.

 Find new hardware drivers - Notifies you about new hardware driver
Umm, IMHO the important part is to _install_ drivers for your new
hardware, so that's what it should say.

 GNOME settings daemon - System process used to manage configurations
s/used to manage/for managing/ ?

 Network manager - Network management
 Power manager - Power management

That doesn't convey any additional information. :-/

 Tracker applet - System icon that displays indexing activity

Why not simply display indexing activity?

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  sm...@smurf.noris.de
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
v4sw7$Yhw6+8ln7ma7u7L!wl7DUi2e6t3TMWb8HAGen6g3a4s6Mr1p-3/-6 hackerkey.com
 - -
Benedict's Principle (formerly Murphy's Ninth Corollary):
Nature always sides with the hidden flaw.

-- 
Poor descriptions for some applications in Startup Programs window
https://bugs.launchpad.net/bugs/146918
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 339991] [NEW] pin length is insufficient: need to allow eight digits

2009-03-18 Thread Matthias Urlichs
Public bug reported:

Binary package hint: network-manager

NM allows me to enter a 4-digit PIN.

Real-world PINs may be four to eight digits.

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

-- 
pin length is insufficient: need to allow eight digits
https://bugs.launchpad.net/bugs/339991
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
.

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


[Bug 339991] [NEW] pin length is insufficient: need to allow eight digits

2009-03-09 Thread Matthias Urlichs
Public bug reported:

Binary package hint: network-manager

NM allows me to enter a 4-digit PIN.

Real-world PINs may be four to eight digits.

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

-- 
pin length is insufficient: need to allow eight digits
https://bugs.launchpad.net/bugs/339991
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 283064] Re: intrepid: bluetooth can not receive files

2008-10-31 Thread Matthias Urlichs
 gnome-user-share install Apache (apache2 apache2-mpm-worker apache2-utils 
 apache2.2-common)
 in a Desktop environment.
 I don't see it one logical solution to be required to install apache to have 
 bluetooth working

gnome-user-share enables sharing via Bluetooth and WebDAV. Right now we
have to live with the fact that both are controlled by the same package,
and you need Apache for WebDAV.

I already filed a bug to disentangle these services, but they probably
won't get sorted out in Intrepid. So, live with it.

-- 
intrepid: bluetooth can not receive files
https://bugs.launchpad.net/bugs/283064
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 211252] Re: Cannot receive files using bluetooth

2008-10-29 Thread Matthias Urlichs
Apache isn't required for Bluetooth file sharing, just for WebDAV file sharing.
For Jaunty, this package should be split — different problem, I'll add a bug 
for it.

** Summary changed:

- Cannot recieve files using bluetooth
+ Cannot receive files using bluetooth

-- 
Cannot receive files using bluetooth
https://bugs.launchpad.net/bugs/211252
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 290966] [NEW] Split the package

2008-10-29 Thread Matthias Urlichs
Public bug reported:

Binary package hint: gnome-user-share

Gnome-user-share is responsible for both Bluetooth and WebDAV file
sharing. The former is a good idea for Netbooks and similar PDAish
devices. The latter pulls in Apache, which is not.

This package should therefore be split.

** Affects: gnome-user-share (Ubuntu)
 Importance: Undecided
 Status: New

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

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


Re: [Bug 154589] Re: Live CD 7.10 stalls at bluetooth init

2008-10-26 Thread Matthias Urlichs
Hi,

 It still stalls at initializing Bluetooth with the latest Intrepid i386
 release.

I saw this too, yesterday, booting the beta Live CD.
No time yet to examine it further.

Interestingly, this was a barebones system with no unpluggable USB
whatsoever. (Other than the keyboard. Didn't try that.)

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  [EMAIL PROTECTED]
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
v4sw7$Yhw6+8ln7ma7u7L!wl7DUi2e6t3TMWb8HAGen6g3a4s6Mr1p-3/-6 hackerkey.com
 - -
In /users3 did Kubla Kahn
A stately pleasure dome decree,
Where /bin, the sacred river ran
Through Test Suites measureless to Man
Down to a sunless C.

-- 
Live CD 7.10 stalls at bluetooth init
https://bugs.launchpad.net/bugs/154589
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 283316] Re: opening /dev/scdN causes tray to be closed

2008-10-23 Thread Matthias Urlichs
I can reproduce it 100% when ripping CDs (using my own script, which calls 
cdparanoia+eject).
At other times, it's intermittent and seems to depend on the machine's load, 
which doesn't really surprise me.

-- 
opening /dev/scdN causes tray to be closed
https://bugs.launchpad.net/bugs/283316
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 283316] Re: opening /dev/scd0 causes tray to be closed

2008-10-22 Thread Matthias Urlichs
Mmh. I'd say that this is actually a feature, I've got no problem with
that.

If you set O_NDELAY when opening, the tray does not get closed.

That's as it should be. The previous description was correct,

-- 
opening /dev/scd0 causes tray to be closed
https://bugs.launchpad.net/bugs/283316
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 283316] Re: opening /dev/scd0 causes tray to be closed

2008-10-22 Thread Matthias Urlichs
savvas: No. Udev doesn't open devices. You mean HAL, but see my previous
comment.

** Summary changed:

- opening /dev/scd0 causes tray to be closed
+ CDROM_DRIVE_STATUS ioctl causes tray to be closed

-- 
CDROM_DRIVE_STATUS ioctl causes tray to be closed
https://bugs.launchpad.net/bugs/283316
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 281580] Re: [Intrepid] New Bluetooth Wizard fails to pair with Apple Keyboard...

2008-10-18 Thread Matthias Urlichs
Hi,

meba:
 I consider this critical and I believe this should focus on reenabling
 hidd as the new stack seems to be buggy for advanced users. Really - can
 it cause a lot of pain to beginners if they have hidd?

The real problem with hidd is that the hidd --connect workaround is
good enough, so that the real underlying bug is never fixed.

 P.S.: No, please don't suggest fixing the bug in the wizard, this report
 is intentionally provided as a request to REINTRODUCE HIDD.
 
Exactly.

Unfortunately, it seems that it's (again!) too late to fix this properly,
so we seem to be stuck with the damn hidd workaround for another half
year. :-(


On the other hand (and the main reason why I, nevertheless, consider
this bug to be a real problem): there are certainly use cases for having
a scriptable replacement for HIDD, particularly (but not limited to)
--connect.

If there's no documented way to replace hidd in those cases, that's a
regression which NEEDS to be fixed!

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  [EMAIL PROTECTED]
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
v4sw7$Yhw6+8ln7ma7u7L!wl7DUi2e6t3TMWb8HAGen6g3a4s6Mr1p-3/-6 hackerkey.com
 - -
Thus a certain false psychology, a certain kind of fantasy in interpreting
 motives and experiences, is the necessary prerequisite for becoming a
 Christian and experiencing the need for redemption. With the insight into
 this aberration of reason and imagination, one ceases to be a Christian.
[Nietzsche]

-- 
[Intrepid] New Bluetooth Wizard fails to pair with devices: reintroduce hidd
https://bugs.launchpad.net/bugs/281580
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 271202] Re: Intrepid alpha: cd interaction between hal, grip, and eject

2008-10-13 Thread Matthias Urlichs
With the current version (2008-10-13), things are even worse.

Basically, any ejection (eject, push the button) of an audio CD-ROM will
immediately cause HAL to re-insert the thing.

Sorry, but that's an unacceptable regression.

-- 
Intrepid alpha: cd interaction between hal, grip, and eject
https://bugs.launchpad.net/bugs/271202
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 271202] Re: Intrepid alpha: cd interaction between hal, grip, and eject

2008-10-13 Thread Matthias Urlichs
Setting Importance to High since this bug destroys CDs (and/or fingers),
because it closes the tray on people who try to remove their media.

** Changed in: hal (Ubuntu)
   Importance: Undecided = High

-- 
Intrepid alpha: cd interaction between hal, grip, and eject
https://bugs.launchpad.net/bugs/271202
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 271318] Re: Python: bus error loading unicodedata module

2008-09-24 Thread Matthias Urlichs
Hi,

Matthias Klose:
 can't yet reproduce it
 
Hmmm. Seems to have been some sort of local corruption on that machine. :-/

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  [EMAIL PROTECTED]
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
v4sw7$Yhw6+8ln7ma7u7L!wl7DUi2e6t3TMWb8HAGen6g3a4s6Mr1p-3/-6 hackerkey.com
 - -
The virgin mother story was easily acceptable to the Roman people, because
they were already psychologically conditioned to the same established myth
of the vestal virgin Rhea Silva and her godly son Romulus.
-- Dr. Wally F. Dean, The Mania of Religion

-- 
Python: bus error loading unicodedata module
https://bugs.launchpad.net/bugs/271318
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 271318] [NEW] Python: bus error loading unicodedata module

2008-09-17 Thread Matthias Urlichs
Public bug reported:

Standard Hardy installation on amd64.

[EMAIL PROTECTED]:~# python
Python 2.5.2 (r252:60911, Jul 31 2008, 17:31:22) 
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2
Type help, copyright, credits or license for more information.
 import unicodedata
Bus error
[EMAIL PROTECTED]:~# aptitude

Works on i386.

** Affects: launchpad
 Importance: Undecided
 Status: Invalid

** Affects: python2.5 (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: python-defaults (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: python2.5 (Ubuntu)
Sourcepackagename: python-defaults = python2.5

** Changed in: launchpad
   Status: New = Invalid

-- 
Python: bus error loading unicodedata module
https://bugs.launchpad.net/bugs/271318
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 271318] Re: Python: bus error loading unicodedata module

2008-09-17 Thread Matthias Urlichs
** Changed in: python2.5 (Ubuntu)
   Importance: Undecided = High

-- 
Python: bus error loading unicodedata module
https://bugs.launchpad.net/bugs/271318
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 271318] Re: Python: bus error loading unicodedata module

2008-09-17 Thread Matthias Urlichs
Looks like a Python rebuild fixes the problem.

-- 
Python: bus error loading unicodedata module
https://bugs.launchpad.net/bugs/271318
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 249964] Re: aacraid driver stalls on high-load SMP machines

2008-08-29 Thread Matthias Urlichs
The fix works.

Please apply.

Reduce AACRAID hardware queue size (kernel bug#11120)

Signed-Off-By: Mathias Urlichs [EMAIL PROTECTED]

diff --git a/drivers/scsi/aacraid/aacraid.h b/drivers/scsi/aacraid/aacraid.h
index 73916ad..b1b10b3 100644
--- a/drivers/scsi/aacraid/aacraid.h
+++ b/drivers/scsi/aacraid/aacraid.h
@@ -24,7 +24,7 @@
 #define AAC_MAX_LUN(8)

 #define AAC_MAX_HOSTPHYSMEMPAGES (0xf)
-#define AAC_MAX_32BIT_SGBCOUNT ((unsigned short)256)
+#define AAC_MAX_32BIT_SGBCOUNT ((unsigned short)127)

 /*
  * These macros convert from physical channels to virtual channels

-- 
aacraid driver stalls on high-load SMP machines
https://bugs.launchpad.net/bugs/249964
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 249964] Re: aacraid driver stalls on high-load SMP machines

2008-08-28 Thread Matthias Urlichs
The current 2.6.27-pre4 kernel does NOT fix the problem.

It has existed for some time; my conjecture is that due to their greater
internal I/O efficiency, newer kernels are far better at sending a lot
of requests to the disk controller, thereby overflowing its internal
queue.

The Dapper kernel works.

-- 
aacraid driver stalls on high-load SMP machines
https://bugs.launchpad.net/bugs/249964
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 249964] Re: aacraid driver stalls on high-load SMP machines

2008-08-28 Thread Matthias Urlichs
NB: I will test the fix/workaround from
http://bugzilla.kernel.org/show_bug.cgi?id=11120 today.

-- 
aacraid driver stalls on high-load SMP machines
https://bugs.launchpad.net/bugs/249964
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 206549] Re: [Hardy] bluetooth-applet fails to start

2008-08-19 Thread Matthias Urlichs
This happens when hcid dies.

Try sudo /usr/sbin/hcid -d -n and report what it says.

-- 
[Hardy] bluetooth-applet fails to start
https://bugs.launchpad.net/bugs/206549
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 46118] Re: cast() no longer allows array types as the target type

2008-08-09 Thread Matthias Urlichs
This is now supported natively. Cf. http://docs.python.org/lib/ctypes-
pointers.html#ctypes-pointers

Assigning to an integer index changes the pointed to value:

 print i
c_long(99)
 pi[0] = 22
 print i
c_long(22)


It is also possible to use indexes different from 0, but you must know
what you're doing, just as in C: You can access or change arbitrary
memory locations. Generally you only use this feature if you receive a
pointer from a C function, and you know that the pointer actually points
to an array instead of a single item.

** Changed in: ctypes (Ubuntu)
   Status: New = Won't Fix

-- 
cast() no longer allows array types as the target type
https://bugs.launchpad.net/bugs/46118
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 249964] [NEW] aacraid driver stalls on high-load SMP machines

2008-07-18 Thread Matthias Urlichs
Public bug reported:

Under load, this happens rather often:

Jul 18 22:55:24 nun kernel: [86674.467410] aacraid: Host adapter abort request 
(0,0,2,0)
Jul 18 22:55:24 nun kernel: [86674.467487] aacraid: Host adapter abort request 
(0,0,3,0)
Jul 18 22:55:24 nun kernel: [86674.467617] aacraid: Host adapter reset request. 
SCSI hang ?
Jul 18 22:57:26 nun kernel: [86815.728423] aacraid: Host adapter abort request 
(0,0,0,0)
Jul 18 22:57:26 nun kernel: [86815.728500] aacraid: Host adapter abort request 
(0,0,3,0)
Jul 18 22:57:26 nun kernel: [86815.728573] aacraid: Host adapter abort request 
(0,0,2,0)
Jul 18 22:57:26 nun kernel: [86815.728640] aacraid: Host adapter abort request 
(0,0,1,0)
Jul 18 22:57:26 nun kernel: [86815.728772] aacraid: Host adapter reset request. 
SCSI hang ?

Access to the storage thus stalls for ten seconds or so.

I have successfully worked around the problem by using schedtool -a 1
pid-of-basically-everything, so it seems to be an SMP-related problem.

However, one CPU is _somewhat_ slower than four, which is quite
noticeable, so we'd like to get this handled somehow :-/


lspci:

05:06.0 SCSI storage controller: Adaptec RAID subsystem HBA (rev 01)
Subsystem: Dell PowerEdge 2400,2500,2550,4400
Flags: bus master, 66MHz, medium devsel, latency 32, IRQ 7
BIST result: 00
I/O ports at cc00 [size=256]
Memory at fccff000 (64-bit, non-prefetchable) [size=4K]
Expansion ROM at fcd0 [disabled] [size=128K]
Capabilities: [dc] Power Management version 2

05:06.1 SCSI storage controller: Adaptec RAID subsystem HBA (rev 01)
Subsystem: Dell PowerEdge 2400,2500,2550,4400
Flags: bus master, 66MHz, medium devsel, latency 32, IRQ 11
BIST result: 00
I/O ports at c800 [size=256]
Memory at fccfe000 (64-bit, non-prefetchable) [size=4K]
Expansion ROM at f810 [disabled] [size=128K]
Capabilities: [dc] Power Management version 2


lspci -n:
05:06.0 0100: 9005:00c5 (rev 01)
Subsystem: 1028:00c5
Flags: bus master, 66MHz, medium devsel, latency 32, IRQ 7
BIST result: 00
I/O ports at cc00 [size=256]
Memory at fccff000 (64-bit, non-prefetchable) [size=4K]
Expansion ROM at fcd0 [disabled] [size=128K]
Capabilities: [dc] Power Management version 2

05:06.1 0100: 9005:00c5 (rev 01)
Subsystem: 1028:00c5
Flags: bus master, 66MHz, medium devsel, latency 32, IRQ 11
BIST result: 00
I/O ports at c800 [size=256]
Memory at fccfe000 (64-bit, non-prefetchable) [size=4K]
Expansion ROM at f810 [disabled] [size=128K]
Capabilities: [dc] Power Management version 2

** Affects: linux
 Importance: Unknown
 Status: Confirmed

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

** Bug watch added: Linux Kernel Bug Tracker #11120
   http://bugzilla.kernel.org/show_bug.cgi?id=11120

** Also affects: linux via
   http://bugzilla.kernel.org/show_bug.cgi?id=11120
   Importance: Unknown
   Status: Unknown

-- 
aacraid driver stalls on high-load SMP machines
https://bugs.launchpad.net/bugs/249964
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 249964] Re: aacraid driver stalls on high-load SMP machines

2008-07-18 Thread Matthias Urlichs
Update: my uniprocessor band-aid, besides significantly decreasing
performance, resulted in an eventual CPU soft-hang (all of them) some
hours later, so this workaround obviously doesn't.

-- 
aacraid driver stalls on high-load SMP machines
https://bugs.launchpad.net/bugs/249964
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 149071] Re: -server kernel variant fails to boot on PowerEdge 2650 with AACRAID timeouts

2008-04-24 Thread Matthias Urlichs
Bah. A fix for this really should be in the Hardy kernel.

-- 
-server kernel variant fails to boot on PowerEdge 2650 with AACRAID timeouts
https://bugs.launchpad.net/bugs/149071
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 207698] [NEW] Opening a document when evince is already running doesn't work

2008-03-27 Thread Matthias Urlichs
Public bug reported:

Binary package hint: evince

What happens:
1* A program (the email client, mutt, for instance) writes a temp file.
2* It starts evince with that document and waits for it to finish.
3* Evince notices that it's already running, tells the previous copy to open 
the file in question, and exits.
4* Said program helpfully deletes the file. After all, you're obviously 
finished with it ...
5* The original evince receives the message from step (3), opens a blank 
document, doesn't find the file it's supposed to open, and does nothing further.

What's supposed to happen:
Either one of
* The second evince waits for feedback from the first one that the file has 
been opened
* The second evince opens the file itself, and sends the file handle instead of 
the file name
would work.

ProblemType: Bug
Architecture: i386
Date: Thu Mar 27 13:10:47 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/evince
Package: evince 2.22.0-0ubuntu2
PackageArchitecture: i386
ProcEnviron:
 SHELL=/bin/bash
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=en_US.UTF-8
SourcePackage: evince
Uname: Linux 2.6.24-12-generic i686

** Affects: evince
 Importance: Unknown
 Status: Unknown

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


** Tags: apport-bug

-- 
Opening a document when evince is already running doesn't work
https://bugs.launchpad.net/bugs/207698
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 207698] Re: Opening a document when evince is already running doesn't work

2008-03-27 Thread Matthias Urlichs

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

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

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

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

** Also affects: evince via
   http://bugzilla.gnome.org/show_bug.cgi?id=524633
   Importance: Unknown
   Status: Unknown

-- 
Opening a document when evince is already running doesn't work
https://bugs.launchpad.net/bugs/207698
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 104996] Re: dasher cannot write text directly into another window

2008-03-19 Thread Matthias Urlichs
Seems that that option got broken. 4.7.0 looks promising WRT all the
other bugs logged here, but not this one. :-/

-- 
dasher cannot write text directly into another window
https://bugs.launchpad.net/bugs/104996
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 104996] Re: dasher cannot write text directly into another window

2008-03-19 Thread Matthias Urlichs
The daemon /usr/lib/at-spi/at-spi-registryd needs to be running. It
should start when you turn on accessibility (and log out and back in),
or you can start it manually.


** Changed in: dasher (Ubuntu)
   Importance: Undecided = Low

-- 
dasher cannot write text directly into another window
https://bugs.launchpad.net/bugs/104996
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 194794] Re: Crashing when trying to change alphabet to polish

2008-03-18 Thread Matthias Urlichs
As some people are unable to read (or at least understand) Polish ...
could you post a summary, if pertinent?

-- 
Crashing when trying to change alphabet to polish
https://bugs.launchpad.net/bugs/194794
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 200719] [NEW] scim default trigger shift+space is retarded

2008-03-15 Thread Matthias Urlichs
*** This bug is a duplicate of bug 199030 ***
https://bugs.launchpad.net/bugs/199030

Hi,

 And the default configuration has shift+space as a setting to trigger
 SCIM.
 
Yowch.

I once thought that Shift-Space would be a good place for NBS
(Non-Breaking Space). That was a _big_ mistake.

 In my opinion this is retarded, as it makes entering capitalized text
(by using the shift key) impossible.

Also, people frequently do hit shift before space when the next word's
first letter is capitalized. After all, that didn't matter before.

(This is a major problem in Germany, because we have so many capitalized
words. :-P )

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  [EMAIL PROTECTED]
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
It's more than magnificent -- it's mediocre.
-- Sam Goldwyn

-- 
scim default trigger shift+space is retarded
https://bugs.launchpad.net/bugs/200719
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 193621] [NEW] Invalid attribute Originial-Maintainer in package description

2008-02-20 Thread Matthias Urlichs
Hi,

dvh:
 It should be Original, not Originial, one i is vacant.
 
Nice to know that other languages have their false analogues too.

Superfluous ...

 Architecture:
 Breaks:
 Bugs:
[...]

... just like those empty tags. :-P
-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  [EMAIL PROTECTED]
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
To make yourself miserable, don't forget to feel sorry for yourself.

-- 
Invalid attribute Originial-Maintainer in package description
https://bugs.launchpad.net/bugs/193621
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 64324] Re: usplash screen corrupted on old iBook

2008-02-10 Thread Matthias Urlichs
Hi,

Ted Percival:
 Do you have a vga= option on your kernel boot line (run `grep vga=
 /boot/grub/menu.lst`)? If so, then it is probably the same as bug
 #122379.

VGA??? grub???

We're talking about a PPC powerbook here.

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  [EMAIL PROTECTED]
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
For specialization is a process that begins as an attempt to develop experts
who will then inform the whole body. It can end, however, and sometimes does,
in the removal of any inclination to question the supposed experts -- who
themselves are sometimes not all that expert.
-- Michael Scully

-- 
usplash screen corrupted on old iBook
https://bugs.launchpad.net/bugs/64324
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 185952] Re: PPC iBook cannot install from CD-ROM

2008-01-31 Thread Matthias Urlichs
Hi,

Brian Murray:
 Which particular alternate CD were you using?  Was it Alpha 3 or a daily
 build?  Thanks in advance.
 
Daily, from the day before.

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  [EMAIL PROTECTED]
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
I think what attracts me about the Electric Monk is that it's such
an eloquent example of the futility of belief for belief's sake.
I mean there's only any point in believing something if it's true.
-- Richard Dawkins, interview with Douglas Adams

-- 
PPC iBook cannot install from CD-ROM
https://bugs.launchpad.net/bugs/185952
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 64324] Re: usplash screen corrupted on old iBook

2008-01-25 Thread Matthias Urlichs
Hi,

Nattgew:
 Do you still get this bug?
 
I'll heronify my systems, and check.

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  [EMAIL PROTECTED]
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
Bernard Shaw is an excellent man; he has not an enemy in the world, and
none of his friends like him either.
-- Oscar Wilde

-- 
usplash screen corrupted on old iBook
https://bugs.launchpad.net/bugs/64324
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 185952] Re: PPC iBook cannot install from CD-ROM

2008-01-25 Thread Matthias Urlichs
*sigh* wrong kernel package, sorry; Hardy has 2.6.24.

It's also missing out on the Apple partition table, *and* the SCSI
driver isn't loaded when booting (though it *is* on the initramfs). As a
result, the machine doesn't survive the upgrade.

-- 
PPC iBook cannot install from CD-ROM
https://bugs.launchpad.net/bugs/185952
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 64324] Re: usplash screen corrupted on old iBook

2008-01-25 Thread Matthias Urlichs
Hi,

Matthias Urlichs:
  Do you still get this bug?
  
 I'll heronify my systems, and check.
 
Unfortunately, the Hardy alternate boot CD does not have a driver for
the CDROM.

I'll file a bug for that.

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  [EMAIL PROTECTED]
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
:tube time: n. Time spent at a terminal or console. More inclusive than
   hacking time; commonly used in discussions of what parts of one's
   environment one uses most heavily. I find I'm spending too much of my
   tube time reading mail since I started this revision.

-- 
usplash screen corrupted on old iBook
https://bugs.launchpad.net/bugs/64324
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 185952] Re: PPC iBook cannot install from CD-ROM

2008-01-25 Thread Matthias Urlichs
** Also affects: linux-source-2.6.24 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux-source-2.6.22 (Ubuntu)
   Status: Incomplete = Invalid

-- 
PPC iBook cannot install from CD-ROM
https://bugs.launchpad.net/bugs/185952
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 185952] [NEW] PPC iBook cannot install from CD-ROM

2008-01-25 Thread Matthias Urlichs
Public bug reported:

Binary package hint: linux-source-2.6.22

Simply burn an alternate PPC CD-ROM and boot an older iBook from it.

Everything proceeds smoothly, the kernel comes up, but then cannot see
the CD-ROM.

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

-- 
PPC iBook cannot install from CD-ROM
https://bugs.launchpad.net/bugs/185952
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 133495] Re: some codec crashes totem and gnash on ppc

2008-01-07 Thread Matthias Urlichs
It's using -maltivec when compiling. Unfortunately G3 CPUs don' have
Altivec instructions = crash.

I'll upload a fix.

** Changed in: liboil (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: liboil (Ubuntu)
 Assignee: (unassigned) = Matthias Urlichs (smurf)

-- 
some codec crashes totem and gnash on ppc
https://bugs.launchpad.net/bugs/133495
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 62020] Re: nscd ignores /etc/hosts

2007-11-20 Thread Matthias Urlichs
LuisM: Please read and understand the bug report before posting answers.
Thank you.

NB, in gutsy this has been fixed by defaulting the host cache to off.

Anyway, I just found the problem, which is that nscd has a cache which
the init script does not delete.

 rm -rf /var/db/nscd/*

Patch wil follow.

-- 
nscd ignores /etc/hosts
https://bugs.launchpad.net/bugs/62020
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 126499] Re: No devices listed in conf file were found due to mdadm RAID1 array UUID different from actual UUID reported by vol_id

2007-10-11 Thread Matthias Urlichs
mdadm --update=uuid (plus replacing the uuid in /etc/mdadm/mdadm.conf)
fixes the problem.

However, that still leaves people who had a perfectly working Feisty
system, which happened to have this inconsistency, with a machine that
cannot boot after upgrading to Gutsy.

-- 
No devices listed in conf file were found due to mdadm RAID1 array UUID 
different from actual UUID reported by vol_id
https://bugs.launchpad.net/bugs/126499
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 126499] Re: No devices listed in conf file were found due to mdadm RAID1 array UUID different from actual UUID reported by vol_id

2007-10-11 Thread Matthias Urlichs
NB: I have two affected MD partitions; I've tested the --update solution
with one, but left the other alone, so that I can test whether a distro
upgrade solves the problem.

-- 
No devices listed in conf file were found due to mdadm RAID1 array UUID 
different from actual UUID reported by vol_id
https://bugs.launchpad.net/bugs/126499
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 126499] Re: No devices listed in conf file were found due to mdadm RAID1 array UUID different from actual UUID reported by vol_id

2007-10-11 Thread Matthias Urlichs
** Changed in: mdadm (Ubuntu)
   Status: New = Confirmed

-- 
No devices listed in conf file were found due to mdadm RAID1 array UUID 
different from actual UUID reported by vol_id
https://bugs.launchpad.net/bugs/126499
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 147635] Blank screen on Samsung P35 laptop

2007-10-01 Thread Matthias Urlichs
Public bug reported:

I finally gutsy-fied my last laptop. Unfortunately, X only shows a blank
screen with the ati driver. I had to resort to vesa to make it work.

** Affects: xserver-xorg-driver-ati (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Blank screen on Samsung P35 laptop
https://bugs.launchpad.net/bugs/147635
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 147635] Re: Blank screen on Samsung P35 laptop

2007-10-01 Thread Matthias Urlichs

** Attachment added: X log file
   http://launchpadlibrarian.net/9618404/Xorg.1.log

** Description changed:

- I finally gutsy-fied my last laption. Unfortunately, X only shows a
- blank screen with the ati driver. I had to resort to vesa to make it
- work.
+ I finally gutsy-fied my last laptop. Unfortunately, X only shows a blank
+ screen with the ati driver. I had to resort to vesa to make it work.

-- 
Blank screen on Samsung P35 laptop
https://bugs.launchpad.net/bugs/147635
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 147635] Re: Blank screen on Samsung P35 laptop

2007-10-01 Thread Matthias Urlichs

** Attachment added: lspci -v -v of display driver chip
   http://launchpadlibrarian.net/9618412/Xorg.pci

-- 
Blank screen on Samsung P35 laptop
https://bugs.launchpad.net/bugs/147635
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 147635] Re: Blank screen on Samsung P35 laptop

2007-10-01 Thread Matthias Urlichs
reported to be fixed in gutsy (version 1:6.7.194). Testing.

** Changed in: xserver-xorg-driver-ati (Ubuntu)
   Status: New = Confirmed

-- 
Blank screen on Samsung P35 laptop
https://bugs.launchpad.net/bugs/147635
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 147635] Re: Blank screen on Samsung P35 laptop

2007-10-01 Thread Matthias Urlichs
** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: New = Fix Released

-- 
Blank screen on Samsung P35 laptop
https://bugs.launchpad.net/bugs/147635
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 133135] Re: ekiga doesn't work with pulseaudio in gutsy

2007-09-26 Thread Matthias Urlichs
IMHO that is a bug in ekiga, not pulse.

-- 
ekiga doesn't work with pulseaudio in gutsy
https://bugs.launchpad.net/bugs/133135
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 138935] Re: xvncviewer dies talking to Mac OSX

2007-09-11 Thread Matthias Urlichs
[EMAIL PROTECTED] ~ $ xvncviewer minimac.bismarck

VNC Viewer Free Edition 4.1.1 for X - built Sep 10 2007 17:17:04
Copyright (C) 2002-2005 RealVNC Ltd.
See http://www.realvnc.com for information on VNC.

Tue Sep 11 19:26:20 2007
 CConn:   connected to host minimac.bismarck port 5900
 CConnection: Server supports RFB protocol version 3.889
 CConnection: Using RFB protocol version 3.8

Tue Sep 11 19:26:23 2007
 TXImage: Using default colormap and visual, TrueColor, depth 24.
 CConn:   Using pixel format depth 6 (8bpp) rgb222
 CConn:   Using ZRLE encoding
unknown message type 160

Tue Sep 11 19:26:24 2007
 main:unknown message type

-- 
xvncviewer dies talking to Mac OSX
https://bugs.launchpad.net/bugs/138935
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 138935] xvncviewer dies talking to Mac OSX

2007-09-11 Thread Matthias Urlichs
Public bug reported:

xvnc4 has the same problem. :-(

[EMAIL PROTECTED] ~ $ xrealvncviewer minimac
VNC viewer version 3.3.7 - built May 24 2007 12:45:44
Copyright (C) 2002-2003 RealVNC Ltd.
Copyright (C) 1994-2000 ATT Laboratories Cambridge.
See http://www.realvnc.com for information on VNC.
VNC server supports protocol version 3.889 (viewer 3.3)
Password: 
VNC authentication succeeded
Desktop name MiniMac.local
Connected to VNC server, using protocol version 3.3
VNC server default format:
  32 bits per pixel.
  Least significant byte first in each pixel.
  True colour: max red 255 green 255 blue 255, shift red 16 green 8 blue 0
Using default colormap and visual, TrueColor, depth 24.
Got 256 exact BGR233 colours out of 256
Using BGR233 pixel format:
  8 bits per pixel.
  True colour: max red 7 green 7 blue 3, shift red 0 green 3 blue 6
Using shared memory PutImage
Unknown message type 160 from VNC server
ShmCleanup called

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

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

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

-- 
xvncviewer dies talking to Mac OSX
https://bugs.launchpad.net/bugs/138935
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 36252] Re: desktop/nautilus right-click eject problem for external usb disk and memory card reader

2007-07-04 Thread Matthias Urlichs
*** This bug is a duplicate of bug 63090 ***
https://bugs.launchpad.net/bugs/63090

That's it exactly, thanks iGadget.

… if you implement such a warning, pelase make it (a) only show when
there's at least one other mounted partition on the drive, (b)
turnoffable.

-- 
desktop/nautilus right-click eject problem for external usb disk and memory 
card reader
https://bugs.launchpad.net/bugs/36252
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 120316] Re: gutsy install cd (alternate) will not detect cdrom within qemu

2007-06-21 Thread Matthias Urlichs
Seen here too. Looks like a kernel regression.

-- 
gutsy install cd (alternate) will not detect cdrom within qemu
https://bugs.launchpad.net/bugs/120316
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 120316] Re: gutsy install cd (alternate) will not detect cdrom within qemu

2007-06-21 Thread Matthias Urlichs
Relevant debug messages (all prefixed with ata2.00: :
ATAPI, may MWDA1
configured for MWDA1
exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
(BMDMA stat 0x5)
cmd a0/01:00:00:00:00/00:00:00:00:00/a0 tag 0 cdb 0x12 data 36 in
res 48/01:02:00:00:00/00:00:00:00:00/a0 Emask 0x2 (HSM violation)
ata2: soft resetting port
(repeat three times)

qemu works with Debian Etch, so I'm assigning this to the kernel people
for further investigation.

** Changed in: linux-source-2.6.22 (Ubuntu)
Sourcepackagename: None = linux-source-2.6.22

-- 
gutsy install cd (alternate) will not detect cdrom within qemu
https://bugs.launchpad.net/bugs/120316
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 108613] Re: Word not translated into German

2007-06-13 Thread Matthias Urlichs
Hi,

Jannick Kuhr:
 I hope I didn't sound too harsh yesterday, but I really don't think that
 is a good idea to fork upstream translations, if it is not really
 necessary.
 
Sometimes, it is.

Not whole translations, but specific strings.

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  [EMAIL PROTECTED]
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
:Wintel: n. Microsoft Windows plus Intel - the tacit alliance that
   dominated desktop computing in the 1990s. Now (1999) possibly on the
   verge of breaking up under pressure from {Linux}; see {Lintel}.

-- 
Word not translated into German
https://bugs.launchpad.net/bugs/108613
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 114039] Re: Tries to connect to unplugged wired network

2007-05-11 Thread Matthias Urlichs
/var/log/daemon.log attached

** Attachment added: dal
   http://librarian.launchpad.net/7605440/dal

** Changed in: network-manager (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
Tries to connect to unplugged wired network
https://bugs.launchpad.net/bugs/114039
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 114039] Tries to connect to unplugged wired network

2007-05-11 Thread Matthias Urlichs
Public bug reported:

Binary package hint: network-manager

After resume-from-disk, n-m didn't find any interfaces. (Different bug).
After restarting, n-m tried to first connect to the wired network, even though 
there was no cable attached and n-m should *know* that. (It usually does...)

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

-- 
Tries to connect to unplugged wired network
https://bugs.launchpad.net/bugs/114039
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 113769] n-m gets confused about static interfaces

2007-05-10 Thread Matthias Urlichs
Public bug reported:

Binary package hint: network-manager

My /etc/network/interfaces says:

auto lo
iface lo inet loopback

auto tun0
iface tun0 inet static
address 10.3.2.123
netmask 255.255.255.0

Note *no* eth0 in there.

Starting up n-m while tun0 is up causes it to bring up eth0, which has
no cable whatsoever connected to it:

$ ip route
169.254.0.0/16 dev eth0  proto kernel  scope link  src 169.254.9.97 
default dev eth0  scope link  metric 1000 
$ ifconfig eth0
eth0  Link encap:Ethernet  HWaddr 00:00:F0:92:EE:6A  
  UP BROADCAST MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
  Interrupt:5 Base address:0x8800 
$

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

-- 
n-m gets confused about static interfaces
https://bugs.launchpad.net/bugs/113769
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 50041] Re: System lock on upgrade or new install

2007-04-30 Thread Matthias Urlichs
Hi,

amadeov:
 Setting up wvdial (1.56-1.1ubuntu2) ...
 
wvdial tries to talk to your serial ports, trying to find modems.

Long-standing bug, I'm afraid; I reported the same thing a year ago.

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  [EMAIL PROTECTED]
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
And the child had a permanently runny nose and ought to be provided with a
handkerchief or, failing that, a cork.
-- Terry Pratchett (Lords and Ladies)

-- 
System lock on upgrade or new install
https://bugs.launchpad.net/bugs/50041
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 102902] Re: Can not eject USB Storage device

2007-04-24 Thread Matthias Urlichs
*** This bug is a duplicate of bug 63090 ***
https://bugs.launchpad.net/bugs/63090

It's not that easy. I've been running Feisty for ages, and the USB stick
I mainly use does have two partitions.

Ejecting the thing worked flawlessly. It still does. :-/

-- 
Can not eject USB Storage device
https://bugs.launchpad.net/bugs/102902
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 78282] Bug #78282 - Try Version Bump

2007-04-13 Thread Matthias Urlichs
Hi,

Joe Baker:
 The latest version of RealVNC is 4.1.2
 The version Feisty and Edgy are working with is  4.1.1+xorg1.0.2-0ubuntu4 .
 Maybe try bumping the version up?

I've looked at the diff, it's quite small and doesn't look like it's
going to solve the problem.

I'm running the Dapper vnc4server at the moment. It works (and does not
have GLX), so it's not just a problem with Gnome.

The error says quite plainly that the broken Gnome apps send an X request
which vnc4server no longer understands. That's a regression in my eyes.

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  [EMAIL PROTECTED]
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
There is only one thing in the world worse than being talked about, and
that is not being talked about.
-- Oscar Wilde

-- 
vnc4server does not start Desktop environment after security update
https://bugs.launchpad.net/bugs/78282
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 78282] Re: vnc4server does not start Desktop environment after security update

2007-04-10 Thread Matthias Urlichs
Is anyboy (kescook?) doing something about this? I'd hate to see a
Feisty release with no good vnc server.

And no, vino doesn't work for me. I am *not* going to leave my server
unattended with an active display session, 100% accessible to anybody
who walks by and turns the monitor on.

-- 
vnc4server does not start Desktop environment after security update
https://bugs.launchpad.net/bugs/78282
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 78282] Re: vnc4server does not start Desktop environment after security update

2007-04-10 Thread Matthias Urlichs
Hi,

Kees Cook:
 I've tried rebuilds against a more current Xorg[1], but they still fail. :(
 
Bah.

 [1] http://people.ubuntu.com/~kees/feisty/vnc4/
 
I'll try to take a look, but I haven't exactly got much time at the
moment. Right before the release is the exact wrong time to run across
a problem that's been existing for months. :-/

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  [EMAIL PROTECTED]
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
He who laughs last didn't get the joke.

-- 
vnc4server does not start Desktop environment after security update
https://bugs.launchpad.net/bugs/78282
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 99498] Re: Nautilus and hal can't umount usb hd disk

2007-04-02 Thread Matthias Urlichs
The device may not be physically ejected, but it's told to do so. This
may change the state of the device's display from don't disconnect me
to OK to disconnect, flush internal buffers et al.

Look at any iPod for confirmation.

Conclusion: We do need a real eject. We might want to rename it to
eject or disconnect so as to not confuse users, and we may need to fix
an immediate-remount bug if a device misbehaves. But reverting this is
IMHO not an option.

Data point: All the USB sticks, iPods, cameras and memory stick readers
I possess (about 20 of them, all together, I might add) behave
correctly.

-- 
Nautilus and hal can't umount usb hd disk
https://bugs.launchpad.net/bugs/99498
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 97366] Re: Desktop suggests using eject in the drive icons context menu, but it is missing

2007-03-30 Thread Matthias Urlichs
I have personally seen the unmount USB stick = vanishes from
desktop = LED is blinking like crazy for another fifteen seconds
situation.

I don't even want to speculate what would have happened if that had been
an iPod.

-- 
Desktop suggests using eject in the drive icons context menu, but it is 
missing
https://launchpad.net/bugs/97366

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


[Bug 97366] Re: Desktop suggests using eject in the drive icons context menu, but it is missing

2007-03-29 Thread Matthias Urlichs
Eject seems to have gone missing here too.

This is a problem for two reasons:

- on USB sticks with more than one partition, previously Eject
unmounted all partitions. Without Eject I need to right-click on each
of them. That's a usability regression.

- On iPods and other sticks with an safe/unsafe-to-remove display,
software ejection causes that display to changefrom Unsafe to Safe.
That's a worse regression because there's sometimes a nontrivial
interval during which the system still flushes data to disk after an
unmount/eject command. iPods do not have a blinking disk access light
and there's no other way to find out whether you've waited long enough.

The eject command-line tool still does the right thing, so something
seems to have changed lately which now causes G-V-M to miss the fact
that the volume is on an ejectable medium.

-- 
Desktop suggests using eject in the drive icons context menu, but it is 
missing
https://launchpad.net/bugs/97366

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


[Bug 97366] Re: Desktop suggests using eject in the drive icons context menu, but it is missing

2007-03-29 Thread Matthias Urlichs
… possible data loss on iPods and similar devices.

** Changed in: gnome-volume-manager (Ubuntu)
   Importance: Undecided = High
   Target: None = ubuntu-7.04

-- 
Desktop suggests using eject in the drive icons context menu, but it is 
missing
https://launchpad.net/bugs/97366

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

[Bug 33338] Re: bluez-utils can't start in dbus mode

2007-03-29 Thread Matthias Urlichs
Same here. The pin helper options no longer work, any attempt at pairing
from my phone is rejected after asking for the password.

Clue: syslog ays:

Mar 29 12:02:17 kiste hcid[12218]: Default passkey agent (:1.16, 
/org/bluez/applet) registered
Mar 29 12:02:17 kiste hcid[12218]: Got disconnected from the system message bus

... so how do I figure out *why* the disconnect happened?

-- 
bluez-utils can't start in dbus mode
https://launchpad.net/bugs/8

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


[Bug 80771] Re: [German] Error-message: K ann nicht hinzufügen when connecting to ICQ

2007-03-26 Thread Matthias Urlichs
The English error message is:

Could not add the buddy %s for an unknown reason.  The most common
reason for this is that you have the maximum number of allowed buddies
in your buddy list.


** Changed in: gaim (Ubuntu)
 Assignee: Ubuntu German Translators = (unassigned)

-- 
[German] Error-message: Kann nicht hinzufügen when connecting to ICQ
https://launchpad.net/bugs/80771

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

[Bug 90802] Re: crash on the first startup

2007-03-09 Thread Matthias Urlichs
** Summary changed:

- crack on the first startup
+ crash on the first startup

-- 
crash on the first startup
https://launchpad.net/bugs/90802

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


[Bug 82481] Re: [megaraid] driver doesn't find disks (regression from dapper)

2007-03-08 Thread Matthias Urlichs
It turns out that the server got moved at the same time the upgrade
happened, and *surprise* somebody flipped the SCSI enclosure's bus
separation switch.

Fixed it = no more problem.

-- 
[megaraid] driver doesn't find disks (regression from dapper)
https://launchpad.net/bugs/82481

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


[Bug 82481] Re: [megaraid] driver doesn't find disks (regression from dapper)

2007-03-08 Thread Matthias Urlichs
hardware problem

** Changed in: linux-source-2.6.20 (Ubuntu)
   Status: Needs Info = Rejected

-- 
[megaraid] driver doesn't find disks (regression from dapper)
https://launchpad.net/bugs/82481

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


  1   2   >