[Bug 287235] Re: Please update Octave to version 3.0.3 (intrepid/hardy)

2009-05-28 Thread Christian Neumair
I'd like to point out that one can download Debian's 3.0.5 source code from http://packages.debian.org/de/source/sid/octave3.0 and build it manually after changing GCCCURVER := $(shell gcc --version | perl -ne '/Debian (.*)-/; print "$$1"; last') to GCCCURVER := $(shell gcc --versi

[Bug 348332] Re: [RV250] Kubuntu: X Freezes with Radeon driver EXA/XAA Composite

2009-05-28 Thread Christian Neumair
> Kernel 2.6.29-02062904-generic seems to solve the problems for me too (X700 > mobility, Ubuntu 9.04). > I used to have random freezes while using 3D apps. Same over here. With a fully updated stock Ubuntu Jaunty on a T43p / i386 with a 01:00.0 VGA compatible controller: ATI Technologies Inc M

[Bug 333462] Re: nautilus crashed with SIGSEGV in strlen()

2009-05-23 Thread Christian Neumair
OK, thanks - I just dediced to use Maxim Levitsky's URI parsing implementation upstream, and added a truncation of the password for the case of a sftp://user:p...@host/path URI. That said, the GnomeVFS dependency is now gone. A new 0.13 release was made as well. I think this bug report can be close

[Bug 287235] Re: Please update Octave to version 3.0.3 (intrepid/hardy)

2009-05-26 Thread Christian Neumair
Ping. https://launchpad.net/~bhavi/+archive/ppa/+index?start=75&batch=75 offers version 3.03, but the official version seems to be 3.0.5. -- Please update Octave to version 3.0.3 (intrepid/hardy) https://bugs.launchpad.net/bugs/287235 You received this bug notification because you are a member

[Bug 333462] Re: nautilus crashed with SIGSEGV in strlen()

2009-05-15 Thread Christian Neumair
I am the Nautilus-Open-Terminal maintainer. It looks like the patch proposed in bug 309529 comment 18 introduces custom URI parsing, instead of reusing the GnomeVFS functions, probably for completely migrating away from GnomeVFS. We should instead wait until the string parsing landed in glib before

[Bug 333462] Re: nautilus crashed with SIGSEGV in strlen()

2009-05-16 Thread Christian Neumair
The attached file is a simple test application for the routine proposed by Maxim Levitsky. I agree with maleadt's review: It seems to work fine, except for the port parsing which can be fixed via '*port=atoi(tmp);'. Another aspect is that you may want to support the "ssh" scheme, which is equivalen

[Bug 304647] Re: T shortcut conflicts with New Tab

2009-03-09 Thread Christian Neumair
Thanks, good catch! Fixed in trunk. Maybe somebody could close this bug report? -- T shortcut conflicts with New Tab https://bugs.launchpad.net/bugs/304647 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubun

[Bug 224760] Re: Unable to copy files to Novell Netware drive - ncpfs Nautilus

2008-05-13 Thread Christian Neumair
According to the gio sources [g_local_file_query_filesystem_info()], we attempt to deal with this situation: #if defined(__linux__) /* ncpfs does not know the amount of available and free space * * assuming ncpfs is linux specific, if you are on a non-linux platform * where ncpfs is availa

[Bug 224760] Re: Unable to copy files to Novell Netware drive - ncpfs Nautilus

2008-05-13 Thread Christian Neumair
> We could special case it inside of Nautilus (check specifically for this filesystem and skip the space verification) This is GIOs job. We do not check for the required space if G_FILE_ATTRIBUTE_FILESYSTEM_FREE is not present. The onliest problem seems to be that the lack of this filesystem info

[Bug 224760] Re: Unable to copy files to Novell Netware drive - ncpfs Nautilus

2008-05-13 Thread Christian Neumair
Here is an (untested) glib/GIO patch. It looks like the ncpfs condition has been detected but the result was ignored. ** Attachment added: "Proposed (untested) patch" http://launchpadlibrarian.net/14495440/gio-nosize.diff -- Unable to copy files to Novell Netware drive - ncpfs Nautilus https:

[Bug 224760] Re: Unable to copy files to Novell Netware drive - ncpfs Nautilus

2008-05-13 Thread Christian Neumair
Dominique: Thanks, that seems to confirm the assumption that GIO propagates the free/size info although it is not meaningful. Maybe somebody who actually uses ncpfs could test the patch I attached against the glib package? It should fix the issue. If it works, we can push it upstream. -- Unable

[Bug 224760] Re: Unable to copy files to Novell Netware drive - ncpfs Nautilus

2008-05-15 Thread Christian Neumair
...and invoking gvfs-info still gives you the same output? It's really surprising that the proposed fix does not work. -- Unable to copy files to Novell Netware drive - ncpfs Nautilus https://bugs.launchpad.net/bugs/224760 You received this bug notification because you are a member of Ubuntu Bugs

[Bug 224760] Re: Unable to copy files to Novell Netware drive - ncpfs Nautilus

2008-05-27 Thread Christian Neumair
> Why did the fix for the ncpfs-issue did not solve the vmware shared drive problem? Because it is another issue. Please file a new bug report and subscribe me. -- Unable to copy files to Novell Netware drive - ncpfs Nautilus https://bugs.launchpad.net/bugs/224760 You received this bug notificat

[Bug 355223] [NEW] mkvmlinuz broken on CHRP with recent kernels

2009-04-04 Thread Christian Neumair
Public bug reported: Binary package hint: linux-image-powerpc The whole mkvmlinuz machinery for recent linux kernels seems to be somehow broken on CHRP (Pegasos II) PowerPC architectures I upgraded to jaunty and installed linux-image-2.6.28-6-powerpc. CHRPs need a custom vmlinuz kernel, which is

[Bug 267207] Re: nautilus crashed when mounting iso file

2008-09-08 Thread Christian Neumair
How did you mount the file? -- nautilus crashed when mounting iso file https://bugs.launchpad.net/bugs/267207 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.

[Bug 392993] Re: on close using nautilus-open-terminal, gnome-terminal asks to close even when no process running.

2009-08-03 Thread Christian Neumair
Thanks for your bug report, this issue has been fixed: http://bugzilla.gnome.org/show_bug.cgi?id=590417 Maybe anybody could close this bug report? ** Bug watch added: GNOME Bug Tracker #590417 http://bugzilla.gnome.org/show_bug.cgi?id=590417 -- on close using nautilus-open-terminal, gnome-te

[Bug 221962] Re: open-terminal needs password entered on sftp

2009-08-03 Thread Christian Neumair
Thanks for your bug report. For your use-case, you should simply use SSH public key authentication instead of password-based authentication. -- open-terminal needs password entered on sftp https://bugs.launchpad.net/bugs/221962 You received this bug notification because you are a member of Ubunt

[Bug 384624] Re: nautilus-open-terminal in Trash folder

2009-08-03 Thread Christian Neumair
Thanks for your bug report. The trash itself is a "virtual" location (trash:///) and is not mapped to any local path. I don't think that there is any way of opening it in any terminal. -- nautilus-open-terminal in Trash folder https://bugs.launchpad.net/bugs/384624 You received this bug notifica

[Bug 216996] Re: Nautilus UI blocks while a disk spins up from standby when nautilus-open-terminal is installed

2009-08-03 Thread Christian Neumair
Good catch, thanks for your bug report! I think the issue is that we call g_find_program_in_path ("mc") for finding out whether midnight commander is available as the menu items are generated. This call causes disk I/O. However, I'd also like to allow users to install midnight commander at run-

[Bug 390884] Re: Frequent stuttering and skips during playback

2009-07-18 Thread Christian Neumair
Some more discussion of the sound skipping issue with 2.6.30 kernels is given here: http://www.mail-archive.com/ubuntu-bugs@lists.ubuntu.com/msg1563221.html -- Frequent stuttering and skips during playback https://bugs.launchpad.net/bugs/390884 You received this bug notification because you are

[Bug 53747] backport fix for form crasher from firefox 1.5.0.2

2006-07-22 Thread Christian Neumair
Public bug reported: http://bugzilla.gnome.org/show_bug.cgi?id=348281 has the details. ** Affects: firefox (Ubuntu) Importance: Untriaged Status: Unconfirmed -- backport fix for form crasher from firefox 1.5.0.2 https://launchpad.net/bugs/53747 -- ubuntu-bugs mailing list ubuntu-

[Bug 70802] Crash when cancelling outstanding jabber transfer

2006-11-07 Thread Christian Neumair
Public bug reported: When cancelling an outstanding jabber transfer (no contact could be established with the remote user) after idling for quite some time (1hr+), a crash occured. ** Affects: gaim (Ubuntu) Importance: Undecided Status: Unconfirmed -- Crash when cancelling outstan

[Bug 70802] Re: Crash when cancelling outstanding jabber transfer

2006-11-07 Thread Christian Neumair
** Attachment added: "Crash report" http://librarian.launchpad.net/4980744/_usr_bin_gaim.1000.crash -- Crash when cancelling outstanding jabber transfer https://launchpad.net/bugs/70802 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu

[Bug 214858] Re: nautilus-open-terminal, context menu, capitalization

2008-04-10 Thread Christian Neumair
Thanks guys, good catch! I just fixed this upstream with a similar patch, which also fixes the string for the desktop directory, if the user wants to open his desktop directory in a terminal when right-clicking the desktop. For Nautilus-Open-Terminal 0.8, the above patch looks fine. For Nautilus

[Bug 137027] Re: nautilus-open-terminal freezes nautilus

2007-09-11 Thread Christian Neumair
*** This bug is a duplicate of bug 133837 *** https://bugs.launchpad.net/bugs/133837 Dear ubuntu maintainers: You may want to incorporate the following patch into the ubuntu version: http://svn.gnome.org/viewcvs/nautilus-open-terminal/trunk/src/nautilus- open-terminal.c?r1=134&r2=135 -- nau

[Bug 137027] Re: nautilus-open-terminal freezes nautilus

2007-09-11 Thread Christian Neumair
*** This bug is a duplicate of bug 133837 *** https://bugs.launchpad.net/bugs/133837 Dear ubuntu maintainers: You may want to incorporate the following patch into the ubuntu release: http://svn.gnome.org/viewcvs/nautilus-open-terminal/trunk/src/nautilus- open-terminal.c?r1=134&r2=135 -- nau

[Bug 133837] Re: Missing preferred terminal emulator causes Nautilus to 100% CPU

2007-09-11 Thread Christian Neumair
> Is it not possible to patch n-o-t for gutsy? It can, see bug 137027 for a link to the respective patch. -- Missing preferred terminal emulator causes Nautilus to 100% CPU https://bugs.launchpad.net/bugs/133837 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 79578] Re: Regression: grub - Error 18 when using savedefault (feisty/edgy)

2007-07-26 Thread Christian Neumair
I think I now verified the last assumption. I copied a file that has been created very early on the FS (in this case "menu.lst"), and moved it to "default", overwriting the problematic file. Then I recreated "menu.lst" using cp from "default", and sanitized "default" grub-set- default. Now the boot

[Bug 63564] Re: When used on desktop, it opens the terminal to the home folder

2007-08-23 Thread Christian Neumair
In HEAD, I added a GConf key for toggling this behavior, that defaults to the requested behavior. The status should be changed to fixcommitted. -- When used on desktop, it opens the terminal to the home folder https://bugs.launchpad.net/bugs/63564 You received this bug notification because you ar

[Bug 133837] Re: Missing preferred terminal emulator causes Nautilus to 100% CPU

2007-08-23 Thread Christian Neumair
Thanks for your bug report! I've fixed this issue upstream (in HEAD). Maybe sb. in charge could change this bug report's status to "fixcommitted"? -- Missing preferred terminal emulator causes Nautilus to 100% CPU https://bugs.launchpad.net/bugs/133837 You received this bug notification because

[Bug 79578] Re: Regression: grub - Error 18 when using savedefault (feisty/edgy)

2007-07-14 Thread Christian Neumair
I'd like to point out that this also happens to me on Feisty on an ext3 root partition, since I deleted and re-added the file /boot/grub/default on a large partition. I'm not qualified when it comes to file systems, but maybe this is related to the fact that in the original setup, the file was cont

[Bug 134465] Re: nautilus open terminal does not work

2007-08-24 Thread Christian Neumair
The old code had a freeze when the terminal executable was "", i.e. an empty string. Please make sure to pick a valid terminal in the "Preferred Applications" dialog. Usually, that would be "GNOME Terminal". -- nautilus open terminal does not work https://bugs.launchpad.net/bugs/134465 You receiv

[Bug 133837] Re: Missing preferred terminal emulator causes Nautilus to 100% CPU

2007-08-30 Thread Christian Neumair
> i can reproduce this bug in gutsy gibbon. > nautilus-open-terminal v0.8-1 nautilus-open-terminal 0.9 hasn't been released yet, it will fix be the first release that incorporates the fix. The bug status will be "Fix released" instead of "Fix committed" after release. -- Missing preferred termin

[Bug 90880] Re: open-terminal doesn't create a shell over ssh properly

2008-03-19 Thread Christian Neumair
Ubuntu's 0.8 packages already include changes from SVN, that were officially released in the 0.9 release. -- open-terminal doesn't create a shell over ssh properly https://bugs.launchpad.net/bugs/90880 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 123022] Re: ubuntu applies an erroneous patch to gnome-desktop

2007-06-29 Thread Christian Neumair
** Attachment added: "Proposed patch against debian/patches/01_desktopfile_gettext.patch" http://launchpadlibrarian.net/8251321/gettext-gnome-desktop.diff -- ubuntu applies an erroneous patch to gnome-desktop https://bugs.launchpad.net/bugs/123022 You received this bug notification because y

[Bug 123022] ubuntu applies an erroneous patch to gnome-desktop

2007-06-29 Thread Christian Neumair
Public bug reported: The patch 01_desktopfile_gettext.patch is broken. For empty keys, it calls dgettext (domain, "") which will dump the gettext .po file and causes http://bugzilla.gnome.org/show_bug.cgi?id=439529 ** Affects: gnome-desktop (Ubuntu) Importance: Undecided Status: Ne

[Bug 123022] Re: ubuntu applies an erroneous patch to gnome-desktop

2007-06-29 Thread Christian Neumair
Before I forget it: Maybe you also have to check for value being NULL, it's abit more safe, i.e. if (value != NULL && value[0] != '\0') may also be appropriate -- ubuntu applies an erroneous patch to gnome-desktop https://bugs.launchpad.net/bugs/123022 You received this bug notification because

[Bug 90880] Re: open-terminal doesn't create a shell over ssh properly

2007-03-09 Thread Christian Neumair
We've had no complaints so far on this issue, possibly because most people use bash. I'm subscribing Guillaume Desmottes <[EMAIL PROTECTED]> who implemented SFTP support back in 2005. Back in those days the problem was that we could either omit the command and let the ssh client allocate a tty for

[Bug 34261] Re: "Open Terminal" not shown in context menu for Nautilus desktop items

2007-03-05 Thread Christian Neumair
This has been fixed in nautilus-open-terminal 0.8. -- "Open Terminal" not shown in context menu for Nautilus desktop items https://launchpad.net/bugs/34261 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 30447] Re: Lockup problems with ati driver on Radeon M300

2007-02-22 Thread Christian Neumair
Just a hint for people that also have lockup problems and found this page through google: Some of them are locking issues, which can be worked around by not using radeonfb, i.e. a radeon-specific kernel framebuffer module. Appending video="vesa" to the kernel helps in this case. Sorry for the

[Bug 62200] Re: can't eject media after using nautilus-open-terminal

2007-01-08 Thread Christian Neumair
It's a nautilus-open-terminal issue I've just fixed. http://svn.gnome.org/viewcvs/nautilus-open-terminal/trunk/src/nautilus- open-terminal.c?rev=121&r1=120&r2=121 -- can't eject media after using nautilus-open-terminal https://launchpad.net/bugs/62200 -- ubuntu-bugs mailing list ubuntu-bugs@li

[Bug 80849] Should suggest "xdg-utils" package

2007-01-21 Thread Christian Neumair
Public bug reported: Binary package hint: wine The "wine" package should suggest the "xdg-utils" package as in recent wine versions, "xdg-open" and "xdg-email" are supported. ** Affects: wine (Ubuntu) Importance: Undecided Status: Unconfirmed -- Should suggest "xdg-utils" package

[Bug 48912] Re: terminal won't be opened over ssh

2006-12-14 Thread Christian Neumair
Did you fail to get a "Open in Terminal" menu item in any folder (including local ones), or just in remote folders? -- terminal won't be opened over ssh https://launchpad.net/bugs/48912 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bug

[Bug 63564] Known issue / design decision

2006-12-14 Thread Christian Neumair
>From TODO file: Decide whether right-clicking the desktop should bring up an "Open Terminal" or an "Open in Terminal" item, i.e. if it should simply launch the terminal or additionally set the desktop directory as working directory. -- When used on desktop, it opens the terminal to the ho

[Bug 30871] Re: will not open terminal in current folder

2006-12-14 Thread Christian Neumair
Is this still an issue? All my terminal emulators seem to work fine with nautilus-open-terminal 0.7-1 on Edgy. -- will not open terminal in current folder https://launchpad.net/bugs/30871 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-b

[Bug 34261] Re: "Open Terminal" not shown in context menu for Nautilus desktop items

2006-12-16 Thread Christian Neumair
There is currently no way to query a file's activation URI for extension. I've sent a mail to nautilus-list and hope that we'll be able to fix it soon. -- "Open Terminal" not shown in context menu for Nautilus desktop items https://launchpad.net/bugs/34261 -- ubuntu-bugs mailing list ubuntu-bug

[Bug 34261] Re: "Open Terminal" not shown in context menu for Nautilus desktop items

2006-12-16 Thread Christian Neumair
Assigning to myself. ** Changed in: nautilus-open-terminal (Ubuntu) Assignee: (unassigned) => Christian Neumair Status: Confirmed => In Progress -- "Open Terminal" not shown in context menu for Nautilus desktop items https://launchpad.net/bugs/34261 -- ubuntu-b

[Bug 30871] Re: will not open terminal in current folder

2006-12-16 Thread Christian Neumair
** Changed in: nautilus-open-terminal (Ubuntu) Status: Confirmed => Fix Released -- will not open terminal in current folder https://launchpad.net/bugs/30871 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 48912] ssh vs. sftp

2006-12-16 Thread Christian Neumair
Maybe you are accessing ssh:// locations? You should try to open them with a sftp:// prefix instead. Should be fixed in head: http://cvs.gnome.org/viewcvs/nautilus-open- terminal/ChangeLog?r1=1.58&r2=1.59 -- terminal won't be opened over ssh https://launchpad.net/bugs/48912 -- ubuntu-bugs mai

[Bug 61410] Re: X does not start on Pegasos in Edgy because of broken PCI domain support

2006-12-17 Thread Christian Neumair
Confirming. ** Changed in: xorg-server (Ubuntu) Status: Unconfirmed => Confirmed -- X does not start on Pegasos in Edgy because of broken PCI domain support https://launchpad.net/bugs/61410 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinf

[Bug 61410] Re: X does not start on Pegasos in Edgy because of broken PCI domain support

2006-12-17 Thread Christian Neumair
The attached patch is identical to the Novell patch and fixes the issue for me. It will disable the 2.6 PCI enumeration on PPCs, since it doesn't support multi-domain PCI properly. ** Attachment added: "Proposed patch (against xorg-server-1.1.1)" http://librarian.launchpad.net/5429686/xorg-ser

[Bug 76140] xorg-server 1.1.1 should depend on x11proto-gl-dev >= 1.4.6

2006-12-17 Thread Christian Neumair
Public bug reported: xorg-server 1.1.1 should depend on x11proto-gl-dev >= 1.4.6, but it depends on x11proto-gl-dev >= 1.4.1-1. ** Affects: xorg-server (Ubuntu) Importance: Undecided Status: Unconfirmed -- xorg-server 1.1.1 should depend on x11proto-gl-dev >= 1.4.6 https://launchp

[Bug 61410] Re: X does not start on Pegasos in Edgy because of broken PCI domain support

2006-12-17 Thread Christian Neumair
Note that the proper fix would be multi-domain support which would possibly also fix many more of the "X doesn't start on Edgy anymore" griefs. According to https://bugs.freedesktop.org/show_bug.cgi?id=7248 this has already been included in XOrg HEAD. -- X does not start on Pegasos in Edgy becaus

[Bug 76141] xorg-server rules file puts ./configure in build section

2006-12-17 Thread Christian Neumair
Public bug reported: I'm not really a debian packaging expert, but building the xorg-server package with dpkg-buildpackage -nc always seems to invoke ./configure unless you comment the configure invocation out in the build: target. Shouldn't the package provide a configure-stamp and have

[Bug 61410] Re: X does not start on Pegasos in Edgy because of broken PCI domain support

2006-12-17 Thread Christian Neumair
The relevant multi-domain launchpad report is bug 54880รถ. -- X does not start on Pegasos in Edgy because of broken PCI domain support https://launchpad.net/bugs/61410 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 54880] Re: Does not support Linux PCI domains

2006-12-17 Thread Christian Neumair
According to https://bugs.freedesktop.org/show_bug.cgi?id=7248 there are now (ia64) patches in upstream (XOrg HEAD). Maybe these should be (back)ported to Ubuntu? -- Does not support Linux PCI domains https://launchpad.net/bugs/54880 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com http

[Bug 61410] Re: X does not start on Pegasos in Edgy because of broken PCI domain support

2006-12-17 Thread Christian Neumair
OK, it looks generic domain support is in XOrg GIT. commit 1d731fc54a2cf5d3f353d8ee1c7c4989df27f011 Author: Matthias Hopf <[EMAIL PROTECTED]> Date: Thu Nov 2 18:50:15 2006 +0100 Add domain support to linuxPciOpenFile(). Loosely based on patch from David S. Miller <[EMAIL PROTECTED]

[Bug 54880] Re: Does not support Linux PCI domains

2006-12-17 Thread Christian Neumair
As discussed in bug 61410 Matthias Hopf seems to have incorporated a patch series implementing domain support in XOrg GIT HEAD two months ago. This also included a linuxPciOpenFile() patchset, which at least seems to be the culprit for the lack of card detection. -- Does not support Linux PCI dom

[Bug 546128] [NEW] no by-path and by-id symlinks for PCI input devices

2010-03-24 Thread Christian Neumair
Public bug reported: Binary package hint: udev This is essentially a duplicate of Debian #573352. For my TeVii S464 IR remote control-persistent input device, no by-path and by-id nodes are created in dev. According to the Debian BTS, this affects all PCI devices: > To get back the by-path link

[Bug 448337] Re: .bashrc is not executed when terminal is opened through nautilus-open-terminal

2009-10-28 Thread Christian Neumair
>* nautilus-open-terminal_0.17-1ubuntu1.diff (2.1 KiB, text/plain) (changing sh -l to sh -i) I am somewhat angry as the nautilus-open-terminal upstream maintainer. I exhaustively said that we need to discuss this in a competent fashion with competent individuals. Why are you silently changi

[Bug 448337] Re: .bashrc is not executed when terminal is opened through nautilus-open-terminal

2009-10-28 Thread Christian Neumair
> I rejected the upload to karmic-release, since it's too close to the final release for such a relatively intrusive change (in terms of behaviour). Thanks! I didn't want to be rude, I just intended to make sure that the patch doesn't end up in karmic. -- .bashrc is not executed when terminal is

[Bug 439223] Re: 2.6.31-11-386 / karmic: standby resume causes kernel oops

2009-09-30 Thread Christian Neumair
** Attachment added: ".etc.asound.conf.txt" http://launchpadlibrarian.net/32740843/.etc.asound.conf.txt ** Attachment added: "AlsaDevices.txt" http://launchpadlibrarian.net/32740844/AlsaDevices.txt ** Attachment added: "AplayDevices.txt" http://launchpadlibrarian.net/32740845/AplayDevic

[Bug 439223] [NEW] 2.6.31-11-386 / karmic: standby resume causes kernel oops

2009-09-30 Thread Christian Neumair
Public bug reported: The following dmesg extract [ 4574.566448] WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 suspend_test_finish+0x80/0x90() [ 4574.566450] Hardware name: 266874G [ 4574.566452] Component: resume devices seems to suggest that the laptop itself is affect

[Bug 448337] Re: .bashrc is not executed when terminal is opened through nautilus-open-terminal

2009-10-16 Thread Christian Neumair
I am not a UNIX shell expert, but there seem to be two various ways of invoking it: It may be interactive (bash -i), a login shell (bash -l) or both of it (or maybe also none?). This influences the files that are sourced upon login. In my Ubuntu karmic distro, ~/.bashrc just sources ~/.bash_profil

[Bug 448337] Re: .bashrc is not executed when terminal is opened through nautilus-open-terminal

2009-10-16 Thread Christian Neumair
> You may fix your issue by adding (...) to ~/.profile. Sorry, I meant to write ~/.bash_profile. -- .bashrc is not executed when terminal is opened through nautilus-open-terminal https://bugs.launchpad.net/bugs/448337 You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 448337] Re: .bashrc is not executed when terminal is opened through nautilus-open-terminal

2009-10-17 Thread Christian Neumair
> Is this not a bug then? Shall I mark it invalid? However, it is still odd that the jaunty version did not depend on the profile file being there. I think we should leave this bug open until somebody competent (i.e. shell expert) can comment on the issue. Technically, in old versions (jaunty) na

[Bug 448337] Re: .bashrc is not executed when terminal is opened through nautilus-open-terminal

2010-01-01 Thread Christian Neumair
This has been fixed as part of upstream GNOME #602141 [1,2] which also fixes the invocation of shells that don't understand the "-l" and in the 0.18 release: * open "$SHELL -" (i..e login shell) in the SSH case * open "$SHELL" (i.e. no login shell) in the local case. [1] https://bugzilla.gnome.or

[Bug 459316] [NEW] Video DVDs: Buffer I/O errors with Pioneer DVD-105S

2009-10-23 Thread Christian Neumair
Public bug reported: I have very similar buffer I/O error issues as bug 304954 on jaunty, but with a different Pioneer DVD drive: christ...@beamer:~$ dmesg | grep Pioneer [3.448441] ata2.01: ATAPI: Pioneer DVD-ROM ATAPIModel DVD-105S 0122, E1.22, max UDMA/33 mplayer dvd:// results in [ 6

[Bug 459316] Re: Video DVDs: Buffer I/O errors with Pioneer DVD-105S

2009-10-23 Thread Christian Neumair
I am attaching the file created by apport-cli -p linux -f because the links browser's login page of apport-collect does not work for me. You'll have to process it with apport-unpack. ** Attachment added: "apport file" http://launchpadlibrarian.net/34278575/apport.linux-image-2.6.28-15-generi

[Bug 459316] Re: Video DVDs: Buffer I/O errors with Pioneer DVD-105S

2009-10-23 Thread Christian Neumair
Upgrading to the latest mainline release v2.6.31.5 and v2.6.32-rc5 did not help. The additional boot parameters noapic all_generic_ide (as suggested in some forum entries) did not work. I suppose my Elitegroup K7VZA mainboard / Pioneer DVD-105S causes issues systematic issues. It used to be a very

[Bug 459316] Re: Video DVDs: Buffer I/O errors with Pioneer DVD-105S

2009-10-25 Thread Christian Neumair
I could fix the issue by using a 80-pin UDMA-66 cable. In other words: Previous kernel releases (around 2.6.24-something) handled such devices with 40 pin cables, recent ones don't. Maybe this somehow boosts performance for those who have such a cable, but it renders the system unusable for those

[Bug 304954] Re: IO errors when inserting a disc

2009-10-25 Thread Christian Neumair
This is very likely a duplicate of bug 459316, which I just opened with a similar issue. I probably found the reason: It happens when you have fast devices (UDMA-66 or later) and an IDE cable only supporting UDMA-33 reliably (40 pin instead of 80 pin). Linux seems to configure the devices for UDMA

[Bug 459316] Re: Video DVDs: Buffer I/O errors with Pioneer DVD-105S

2009-10-25 Thread Christian Neumair
Renamed title, bug 304954 is probably a duplicate. The fix would be to let linux detect a 40-pin cable and use max. UDMA-33 in such a situation. -- Video DVDs: Buffer I/O errors with Pioneer DVD-105S https://bugs.launchpad.net/bugs/459316 You received this bug notification because you are a memb

[Bug 459316] Re: Video DVDs: Buffer I/O errors with Pioneer DVD-105S

2009-10-25 Thread Christian Neumair
Looking at the Linux PATA driver from Linux 2.6.28 (drivers/ata/libata- core.c) suggests that bus speed limits for PATA drives on SATA are applied in ata_dev_configure(), while 40 pin busses supporting only UDMA-33 are detected with ata_id_xfermask() which is not incorporated into ata_dev_configure

[Bug 459316] Re: Video DVDs: Buffer I/O errors with Pioneer DVD-105S

2009-10-25 Thread Christian Neumair
I was wrong. The UDMA speed sensing seems to work like a charm for my hard disk (which is UDMA33). The Pioneer DVD-ROM even just uses UDMA33, so may guess that it SHOULD work with a 40-pin connector as well. It doesn't though! To further debug the issue I had the following setup: * primary contro

[Bug 459316] Re: Video DVDs: Buffer I/O errors with Pioneer DVD-105S

2009-10-25 Thread Christian Neumair
*arf* the introductory paragraph should say that my hard-disk is UDMA133, down-sensed to UDMA25 for a 40-pin cable. -- Video DVDs: Buffer I/O errors with Pioneer DVD-105S https://bugs.launchpad.net/bugs/459316 You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 459316] Re: Video DVDs: Buffer I/O errors with Pioneer DVD-105S

2009-10-25 Thread Christian Neumair
** Attachment added: "Apport file for setup 1, i.e. Pioneer on 80-pin cable." http://launchpadlibrarian.net/34354702/apport.linux-image-2.6.28-15-generic_2.6.28-15.52.OT1IUC-80pin.apport -- Video DVDs: Buffer I/O errors with Pioneer DVD-105S https://bugs.launchpad.net/bugs/459316 You receive

[Bug 448337] Re: .bashrc is not executed when terminal is opened through nautilus-open-terminal

2009-10-30 Thread Christian Neumair
> I think that the man page from bash (especially invocation) has a good explanation of the different modes. Call me stupid - it explains the behavior [as in what files are read and what aren't] quite well, but the I could not find the precise use cases of "interactiveness" and "login" explained a

[Bug 705891] [NEW] help command fails due to __makeinfo__.m issue

2011-01-21 Thread Christian Neumair
are/octave/3.2.4/m/help/help.m at line 62, column 25 According to [1], there is a fix available [2] which seems to work for me. Maybe it should be applied to the Ubuntu package, too. best regards, Christian Neumair [1] http://octave.1599824.n4.nabble.com/help-function-in-octave-3-2-td1674022.h

[Bug 619111] Re: different environment when using "open in remote terminal"

2010-08-17 Thread Christian Neumair
Thank you for your bug report! What do you mean by "the environment is different from that when I connect using gnome terminal and SSH."? What nautilus-open-terminal release do you use? >From the NEWS file of the current release 0.18: nautilus-open-terminal 0.18 === "Cale