[Bug 249937] Re: xargs complains command line is too long, but kernel allows command lines of arbitrary length
xargs -0 touch < foo Where foo is a file containing no NUL bytes that is longer than 128Kb. If the file is shorter, I get an error from touch instead, which seems reasonable (file name too long). But why does xargs complain? In fact, I got the error message slightly wrong, it is: "argument line too long" -- xargs complains command line is too long, but kernel allows command lines of arbitrary length https://bugs.launchpad.net/bugs/249937 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 249937] Re: xargs complains command line is too long, but kernel allows command lines of arbitrary length
Stock kernel: Linux canta 2.6.24-19-generic #1 SMP Wed Jun 18 14:43:41 UTC 2008 i686 GNU/Linux -- xargs complains command line is too long, but kernel allows command lines of arbitrary length https://bugs.launchpad.net/bugs/249937 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 249937] Re: xargs complains command line is too long, but kernel allows command lines of arbitrary length
This is not what I find. Instead, I have: /* * These are the maximum length and maximum number of strings passed to the * execve() system call. MAX_ARG_STRLEN is essentially random but serves to * prevent the kernel from being unduly impacted by misaddressed pointers. * MAX_ARG_STRINGS is chosen to fit in a signed 32-bit integer. */ #define MAX_ARG_STRLEN (PAGE_SIZE * 32) #define MAX_ARG_STRINGS 0x7FFF so, it seems that there is a maximum string length, but not a maximum overall argument length. Still, you can close this bug. -- xargs complains command line is too long, but kernel allows command lines of arbitrary length https://bugs.launchpad.net/bugs/249937 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 249937] Re: xargs complains command line is too long, but kernel allows command lines of arbitrary length
You're quoting from a non-stock (or at least, non-hardy) kernel. Is this limit re-established in later (Ubuntu?) kernels? If so, I'm deeply disappointed, as this was a great innovation in Linux. If it's Ubuntu- specific, I'd like to know, so I can file a bug against the relevant kernel package. -- xargs complains command line is too long, but kernel allows command lines of arbitrary length https://bugs.launchpad.net/bugs/249937 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 190909] Re: system tray icon shown in window in trayless WM
The current version of karm in hardy is 3.5.9, so how would I know? :) -- system tray icon shown in window in trayless WM https://bugs.launchpad.net/bugs/190909 You received this bug notification because you are a member of Kubuntu Team, which is subscribed to kdepim in ubuntu. -- kubuntu-bugs mailing list [EMAIL PROTECTED] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 190909] Re: system tray icon shown in window in trayless WM
What I can tell you is that it still happens with the current version of karm in hardy. -- system tray icon shown in window in trayless WM https://bugs.launchpad.net/bugs/190909 You received this bug notification because you are a member of Kubuntu Team, which is subscribed to kdepim in ubuntu. -- kubuntu-bugs mailing list [EMAIL PROTECTED] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 248214] Re: Package description refers to non-existent file
This bug is hardly something that requires my installing the package to test: you can verify it by (quick) inspection of the package description and list of files installed by the package. -- Package description refers to non-existent file https://bugs.launchpad.net/bugs/248214 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 248214] Re: Package description refers to non-existent file
OK, I checked and the bug is still present. The package descriptions of both linux-headers-2.6.27-1 and linux-headers-2.6.27-1-generic say: "Please read /usr/share/doc/linux-headers-2.6.27-1/debian.README.gz for details." This file is not installed by either package. -- Package description refers to non-existent file https://bugs.launchpad.net/bugs/248214 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 303293] [NEW] Audacity fails to import its own .aup file, makes X use lots of CPU
Public bug reported: Binary package hint: audacity I opened a .aup file copied from another computer, and Audacity presents a dialog labelled "Inspecting project file data..." which does not seem to progress. There is about 1Gb of sound data files. Audacity consumes about 10% of CPU, and the X server about 85% while this is happening; if I kill audacity, the X usage goes back to normal (roughly 0%). ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 8.10 Package: audacity 1.3.5-2 ProcEnviron: SHELL=/bin/bash PATH=/usr/local/sbin:/sbin:/usr/sbin:/usr/NX/bin:/usr/local/epocemx/bin:/home/username/bin:/home/username/local/i686/bin:/home/username/local/bin:/home/username/.luarocks/bin:/home/username/Work/Adsensus/svn/nancy/trunk:/home/username/Work/Adsensus/svn/adsensus/trunk:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_GB.UTF-8 SourcePackage: audacity Uname: Linux 2.6.24-21-generic i686 ** Affects: audacity (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- Audacity fails to import its own .aup file, makes X use lots of CPU https://bugs.launchpad.net/bugs/303293 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 303293] Re: Audacity fails to import its own .aup file, makes X use lots of CPU
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/20039273/Dependencies.txt -- Audacity fails to import its own .aup file, makes X use lots of CPU https://bugs.launchpad.net/bugs/303293 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 303293] Re: Audacity fails to import its own .aup file, makes X use lots of CPU
This bug appears to be the same as that reported upstream in http://audacityteam.org/forum/viewtopic.php?f=18&t=6877 -- Audacity fails to import its own .aup file, makes X use lots of CPU https://bugs.launchpad.net/bugs/303293 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 303293] Re: Audacity fails to import its own .aup file, makes X use lots of CPU
It's useful to note that the upstream thread contains a much more detailed description of the bug, plus a workaround which worked for me. -- Audacity fails to import its own .aup file, makes X use lots of CPU https://bugs.launchpad.net/bugs/303293 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 384503] Re: Battery power warning should be informational only, not warning
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/27617659/Dependencies.txt -- Battery power warning should be informational only, not warning https://bugs.launchpad.net/bugs/384503 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 384503] [NEW] Battery power warning should be informational only, not warning
Public bug reported: Binary package hint: mlocate When mlocate's updatedb doesn't run because the machine is on battery power, this should not cause an email to be sent by cron, i.e. it shouldn't output an error and it shouldn't exit with status 1, as this is a normal and desired behaviour. I suggest it output an informational message (to syslog at level "info") and that it exit with status 0. ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 9.04 Package: mlocate 0.21.1-1ubuntu1 ProcEnviron: PATH=(custom, user) LANG=en_GB.UTF-8 SHELL=/bin/bash SourcePackage: mlocate Uname: Linux 2.6.28-11-generic i686 ** Affects: mlocate (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- Battery power warning should be informational only, not warning https://bugs.launchpad.net/bugs/384503 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 384764] [NEW] /usr/lib/i686/cmov searched before /usr/local/lib
Public bug reported: I have built ffmpeg from source on my system in order to get facilities not available in the Ubuntu versions (including "unstripped"). I use the default configuration, which installs libraries under /usr/local/lib. However, when /usr/local/bin/ffmpeg is run, the various libraries such as libavcodec and libavutil are still linked from /usr/lib/i686/cmov. Unfortunately, the way that these paths are searched is not documented as far as I can see, but it is surely wrong that something under /usr/lib is searched before /usr/local/lib, as on my system I have the default library search order, i.e.: $ cat /etc/ld.so.conf include /etc/ld.so.conf.d/*.conf $ cat /etc/ld.so.conf.d/*.conf # Multiarch support /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/lib/alsa-lib # libc default configuration /usr/local/lib Note that /usr/lib is not mentioned in any of the conf files, so according to ld.so(8) it should only be searched after the directories that are mentioned. (On my system at least, /lib/i486-linux-gnu and /usr/lib/i486-linux-gnu are empty.) ProblemType: Bug Architecture: i386 Dependencies: libgcc1 1:4.3.3-5ubuntu4 gcc-4.3-base 4.3.3-5ubuntu4 findutils 4.4.0-2ubuntu4 libc6 2.9-4ubuntu6 DistroRelease: Ubuntu 9.04 Package: libc6 2.9-4ubuntu6 ProcEnviron: PATH=(custom, user) LANG=en_GB.UTF-8 SHELL=/bin/bash SourcePackage: glibc Uname: Linux 2.6.28-11-generic i686 ** Affects: glibc (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- /usr/lib/i686/cmov searched before /usr/local/lib https://bugs.launchpad.net/bugs/384764 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 384764] Re: /usr/lib/i686/cmov searched before /usr/local/lib
BTW, touching /etc/ld.so.nohwcap makes the libraries under /usr/local/lib be found first, confirming that it's the hwcap stuff that's the problem here, not the basic search order. Of course, this is not an acceptable workaround; what is is to copy the libraries in /usr/local/lib to /usr/local/lib/i686/cmov. -- /usr/lib/i686/cmov searched before /usr/local/lib https://bugs.launchpad.net/bugs/384764 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 378759] Re: Evolution doesn't read all entries from a Google calendar
2009/6/26 Pedro Villavicencio : > could someone explain why the comment was added to a conduit report > upstream? Yes. It was idiocy on my part. Sorry. I searched for relevant bugs and failed to realise this one was against conduit. -- http://rrt.sc3d.org Aphorisms work only in retrospect -- Evolution doesn't read all entries from a Google calendar https://bugs.launchpad.net/bugs/378759 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 364481] Re: offlineimap constantly goes for a spin consuming 100% cpu
See also Debian bug #525007 (inconclusive, but the symptoms I was having seem to be the same). -- offlineimap constantly goes for a spin consuming 100% cpu https://bugs.launchpad.net/bugs/364481 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 380030] [NEW] Typo in man page
Public bug reported: Binary package hint: blueproximity "measurementin" should be "measurement in". In fact, I suggest an improvement to the English here; change: If you move away from your computer and the distance is above a certain level (no measurementin meters is possible) for a given time, it automatically locks your desktop (or starts any other shell command you want). to: If you move further than a certain distance from your computer for longer than a given time, it automatically locks your desktop (or starts an arbitrary shell command). The "distance" must unfortunately be specified as a measure of bluetooth signal strength rather than in meters, but BlueProximity's setup procedure helps with this by showing you an indicator of current signal strength. This clarifies what is going on, I think. ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 9.04 Package: blueproximity 1.2.5-3 PackageArchitecture: all ProcEnviron: SHELL=/bin/bash PATH=(custom, user) LANG=en_GB.UTF-8 SourcePackage: blueproximity Uname: Linux 2.6.28-11-generic i686 ** Affects: blueproximity (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- Typo in man page https://bugs.launchpad.net/bugs/380030 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 380030] Re: Typo in man page
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/27120694/Dependencies.txt -- Typo in man page https://bugs.launchpad.net/bugs/380030 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 225733] Re: last line of info dir appears blank
I'm still experiencing the bug. I attach my /usr/share/info/dir and /usr/share/info/dir.gz. I get the former when I run info; the two have different contents. ** Attachment added: "dir" http://launchpadlibrarian.net/28639822/dir -- last line of info dir appears blank https://bugs.launchpad.net/bugs/225733 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 225733] Re: last line of info dir appears blank
** Attachment added: "dir.gz" http://launchpadlibrarian.net/28639851/dir.gz -- last line of info dir appears blank https://bugs.launchpad.net/bugs/225733 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 395851] Re: Please update to working version
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/28715234/Dependencies.txt -- Please update to working version https://bugs.launchpad.net/bugs/395851 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 395851] [NEW] Please update to working version
Public bug reported: Binary package hint: copher Debian have just packaged the current, working version, 0.2.0, which is needed owing to changes at SourceForge which make the old version inoperative. ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 9.04 Package: copher 0.1.2+20081201-2 PackageArchitecture: all ProcEnviron: PATH=(custom, user) LANG=en_GB.UTF-8 SHELL=/bin/bash SourcePackage: copher Uname: Linux 2.6.28-11-generic i686 ** Affects: copher (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- Please update to working version https://bugs.launchpad.net/bugs/395851 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 370142] [NEW] plpfuse is broken in jaunty: don't modprobe fuse!
Public bug reported: Binary package hint: plptools /etc/init.d/plptools should omit the line "modprobe fuse" now that fuse is build into the kernel, as this line will fail and hence plpfuse will now never work. If you want a test which will work with kernels that don't have fuse built in, then do something like if ! grep fuse /proc/filesystems; then modprobe fuse fi Workaround for current jaunty users: comment out or delete the line that says "modprobe fuse" in /etc/init.d/plptools. (Hint: this bug does not exist upstream (I am upstream); the init script comes from Debian. I'm filing a bug in Debian too.) ** Affects: plptools (Ubuntu) Importance: Undecided Status: New -- plpfuse is broken in jaunty: don't modprobe fuse! https://bugs.launchpad.net/bugs/370142 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 342604] Re: Please update to 2.63 (Debian has it)
Since autoconf 2.63 is in jaunty, and since autoconf-doc only provides documentation (and is hence "safe"), could you please add the autoconf- doc to jaunty-updates? -- Please update to 2.63 (Debian has it) https://bugs.launchpad.net/bugs/342604 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 378759] Re: Evolution doesn't read all entries from a Google calendar
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/26984875/Dependencies.txt -- Evolution doesn't read all entries from a Google calendar https://bugs.launchpad.net/bugs/378759 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 378759] [NEW] Evolution doesn't read all entries from a Google calendar
Public bug reported: Binary package hint: evolution I have a newly created calendar in Google Calendar. When I import it into Evolution, only a few entries are imported. I can't see any systematic difference between the types of entry that are imported and those that aren't: for example, some all-day entries are imported, some appointments are imported. Most entries of all types are not imported. I looked at other similar bug reports, and the symptoms described in them seem all to be more definite (either no data being synched, or data of certain types not being synched). Most of the entries that did sync, but not all, were ones I created recently in Google Calendar, but some entries from the original data import were also synced into Evolution. I only have one Google calendar, I don't use private tags or any other similar mark to differentiate entries. ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 9.04 Package: evolution 2.26.1-0ubuntu1 ProcEnviron: SHELL=/bin/bash PATH=(custom, user) LANG=en_GB.UTF-8 SourcePackage: evolution Uname: Linux 2.6.28-11-generic i686 ** Affects: evolution (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- Evolution doesn't read all entries from a Google calendar https://bugs.launchpad.net/bugs/378759 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 378754] [NEW] Typo in package description
Public bug reported: "your your google" should be "your Google" in the package description. ProblemType: Bug Architecture: i386 Dependencies: DistroRelease: Ubuntu 9.04 Package: calendar-google-provider None [modified: /var/lib/dpkg/info/calendar-google-provider.list] ProcEnviron: SHELL=/bin/bash PATH=(custom, user) LANG=en_GB.UTF-8 SourcePackage: lightning-sunbird Uname: Linux 2.6.28-11-generic i686 UnreportableReason: This is not a genuine Ubuntu package ** Affects: lightning-sunbird (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- Typo in package description https://bugs.launchpad.net/bugs/378754 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 378759] Re: Evolution doesn't read all entries from a Google calendar
Sure. Can you sort out apport and/or launchpad so that in future this happens automatically, please? It would save your time and mine. -- Evolution doesn't read all entries from a Google calendar https://bugs.launchpad.net/bugs/378759 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 378759] Re: Evolution doesn't read all entries from a Google calendar
I added a comment to GNOME bug #510097. -- Evolution doesn't read all entries from a Google calendar https://bugs.launchpad.net/bugs/378759 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 289005] [NEW] gnome-control-center should depend on iso-codes
Public bug reported: Binary package hint: gnome-control-center If iso-codes is not installed, gnome-keyboard-properties cannot load a file it needs, and new keyboard layouts cannot be added to the setup. Installing iso-codes fixes the problem. ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 8.10 Package: gnome-control-center 1:2.24.0.1-0ubuntu7 ProcEnviron: SHELL=/bin/bash PATH=/usr/local/sbin:/sbin:/usr/sbin:/usr/NX/bin:/usr/local/epocemx/bin:/home/username/bin:/home/username/local/i686/bin:/home/username/local/bin:/home/username/.luarocks/bin:/home/username/Work/Adsensus/svn/nancy/trunk:/home/username/Work/Adsensus/svn/adsensus/trunk:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_GB.UTF-8 SourcePackage: gnome-control-center Uname: Linux 2.6.27-7-generic i686 ** Affects: gnome-control-center (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- gnome-control-center should depend on iso-codes https://bugs.launchpad.net/bugs/289005 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 289005] Re: gnome-control-center should depend on iso-codes
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/18880449/Dependencies.txt -- gnome-control-center should depend on iso-codes https://bugs.launchpad.net/bugs/289005 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 289009] [NEW] Update manager says nothing about apt-listbugs prompt
Public bug reported: Binary package hint: update-manager If apt-listbugs is installed on a pre-intrepid system, then while upgrading to intrepid it runs during the apt update, and prompts, as usual. This blocks the installation, unless the user thinks to open the terminal, and answer the prompt. ProblemType: Bug Architecture: i386 Dependencies: DistroRelease: Ubuntu 8.10 Package: update-manager None [modified: /var/lib/dpkg/info/update-manager.list] PackageArchitecture: all ProcEnviron: SHELL=/bin/bash PATH=/usr/local/sbin:/sbin:/usr/sbin:/usr/NX/bin:/usr/local/epocemx/bin:/home/username/bin:/home/username/local/i686/bin:/home/username/local/bin:/home/username/.luarocks/bin:/home/username/Work/Adsensus/svn/nancy/trunk:/home/username/Work/Adsensus/svn/adsensus/trunk:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_GB.UTF-8 SourcePackage: update-manager Uname: Linux 2.6.27-7-generic i686 ** Affects: update-manager (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- Update manager says nothing about apt-listbugs prompt https://bugs.launchpad.net/bugs/289009 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 290050] [NEW] evdev ignores autorepeat settings
Public bug reported: Binary package hint: xserver-xorg-input-evdev Whether I use xset r rate or gnome-keyboard-properties, if I let evdev manage my keyboard the autorepeat settings are ignored. If I use kbd, it works fine. ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 8.10 Package: xserver-xorg-input-evdev 1:2.0.99+git20080912-0ubuntu5 ProcEnviron: SHELL=/bin/bash PATH=/usr/local/sbin:/sbin:/usr/sbin:/usr/NX/bin:/usr/local/epocemx/bin:/home/username/bin:/home/username/local/i686/bin:/home/username/local/bin:/home/username/.luarocks/bin:/home/username/Work/Adsensus/svn/nancy/trunk:/home/username/Work/Adsensus/svn/adsensus/trunk:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_GB.UTF-8 ProcVersion: Linux version 2.6.24-21-generic ([EMAIL PROTECTED]) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Mon Aug 25 17:32:09 UTC 2008 SourcePackage: xserver-xorg-input-evdev Uname: Linux 2.6.24-21-generic i686 xkbcomp: ** Affects: xserver-xorg-input-evdev (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- evdev ignores autorepeat settings https://bugs.launchpad.net/bugs/290050 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 290050] Re: evdev ignores autorepeat settings
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/18953452/Dependencies.txt ** Attachment added: "LsMod.txt" http://launchpadlibrarian.net/18953453/LsMod.txt ** Attachment added: "LsPci.txt" http://launchpadlibrarian.net/18953454/LsPci.txt ** Attachment added: "XorgConf.txt" http://launchpadlibrarian.net/18953455/XorgConf.txt ** Attachment added: "Xrandr.txt" http://launchpadlibrarian.net/18953456/Xrandr.txt ** Attachment added: "setxkbmap.txt" http://launchpadlibrarian.net/18953457/setxkbmap.txt ** Attachment added: "xdpyinfo.txt" http://launchpadlibrarian.net/18953458/xdpyinfo.txt -- evdev ignores autorepeat settings https://bugs.launchpad.net/bugs/290050 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 272334] Re: Setting AutoAddDevices to false in xorg.conf is required in order to disable Emulate3Buttons
I think the last response is missing the point of the bug report. The reporter just wants an easy way, using the standard Ubuntu preferences tools, to set the status of middle button emulation. He is not asking for evdev to be reverted. I am in a similar position: with evdev, I cannot change the autorepeat delay and rate for the keyboard. I would be very happy if xset r rate was made to work again; at the moment it changes the settings that it reports, but they do not affect the interpretation of the keyboard. Hence, I think this bug should not be marked "wontfix", as the thing being requested is in fact quite reasonable: simply to make the standard configuration utilities work again. -- Setting AutoAddDevices to false in xorg.conf is required in order to disable Emulate3Buttons https://bugs.launchpad.net/bugs/272334 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 238530] Re: Please sync with Debian
I repeat this request, as I've upgraded to intrepid and am still missing the console dialogs. -- Please sync with Debian https://bugs.launchpad.net/bugs/238530 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 117710] Re: gotmail has been superseded by getlive
Getlive has been packaged, so this bug should be closed and gotmail should be removed. -- gotmail has been superseded by getlive https://bugs.launchpad.net/bugs/117710 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 288945] Re: ktimetracker starts some karm tasks after upgrade
It was, as you excellently put it, inappropriately starting previously set tasks. Since it was a one-off bug at upgrade time (starting ktimetracker again shows everything being well), I can't provide a screenshot, sorry. -- ktimetracker starts some karm tasks after upgrade https://bugs.launchpad.net/bugs/288945 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 288954] Re: gnome-keyboard-properties crashes X server when adding layouts
I no longer have the log file for that particular session. Do you want me to run gnome-keyboard-properties, reproduce the crash, and then attach the log from my current session? -- gnome-keyboard-properties crashes X server when adding layouts https://bugs.launchpad.net/bugs/288954 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 295554] [NEW] microcode update does not apply at boot, works later
Public bug reported: Binary package hint: microcode.ctl At boot I get the following message: Applying Intel IA32 Microcode update... firmware_helper[3893]: main: error loading '/lib/firmware/intel-ucode/06-09-05' for device '/devices/platform/microcode/firmware/microcode' with driver '(unknown)' If I run wajig start microcode.ctl later, I get the expected: Applying Intel IA32 Microcode update... done Here's my /proc/cpuinfo: $ cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 9 model name : Intel(R) Pentium(R) M processor 1000MHz stepping: 5 cpu MHz : 600.000 cache size : 1024 KB fdiv_bug: no hlt_bug : no f00f_bug: no coma_bug: no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 tm pbe up bts est tm2 bogomips: 1201.06 clflush size: 64 I can't find any traces of what microcode.ctl does in the system logs; I suppose I can turn on boot logging (how?) in order to get more info if that would be useful. ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 8.10 Package: microcode.ctl 1.17-9 ProcEnviron: SHELL=/bin/bash PATH=/usr/local/sbin:/sbin:/usr/sbin:/usr/NX/bin:/usr/local/epocemx/bin:/home/username/bin:/home/username/local/i686/bin:/home/username/local/bin:/home/username/.luarocks/bin:/home/username/Work/Adsensus/svn/nancy/trunk:/home/username/Work/Adsensus/svn/adsensus/trunk:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_GB.UTF-8 SourcePackage: microcode.ctl Uname: Linux 2.6.24-21-generic i686 ** Affects: microcode.ctl (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- microcode update does not apply at boot, works later https://bugs.launchpad.net/bugs/295554 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 295554] Re: microcode update does not apply at boot, works later
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/19488338/Dependencies.txt -- microcode update does not apply at boot, works later https://bugs.launchpad.net/bugs/295554 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 288912] [NEW] Two spaces in "About 1 hour remaining"
Public bug reported: Binary package hint: update-manager When the update-manager's time estimate is exactly one hour left, it has two spaces in the message "About 1 hour remaining" (after "hour"). ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 8.10 Package: update-manager 1:0.93.30 PackageArchitecture: all ProcEnviron: SHELL=/bin/bash PATH=/usr/local/sbin:/sbin:/usr/sbin:/usr/NX/bin:/usr/local/epocemx/bin:/home/username/bin:/home/username/local/i686/bin:/home/username/local/bin:/home/username/.luarocks/bin:/home/username/Work/Adsensus/svn/nancy/trunk:/home/username/Work/Adsensus/svn/adsensus/trunk:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_GB.UTF-8 SourcePackage: update-manager Uname: Linux 2.6.27-7-generic i686 ** Affects: update-manager (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- Two spaces in "About 1 hour remaining" https://bugs.launchpad.net/bugs/288912 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 288912] Re: Two spaces in "About 1 hour remaining"
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/18870389/Dependencies.txt -- Two spaces in "About 1 hour remaining" https://bugs.launchpad.net/bugs/288912 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 288943] [NEW] Crash when cancel deleting a task
Public bug reported: Binary package hint: kdepim If I try to delete a task, then click "Cancel" (I found out by clicking on delete by mistake), then ktimetracker crashes. ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 8.10 Package: ktimetracker 4:4.1.2-0ubuntu2 ProcEnviron: SHELL=/bin/bash PATH=/usr/local/sbin:/sbin:/usr/sbin:/usr/NX/bin:/usr/local/epocemx/bin:/home/username/bin:/home/username/local/i686/bin:/home/username/local/bin:/home/username/.luarocks/bin:/home/username/Work/Adsensus/svn/nancy/trunk:/home/username/Work/Adsensus/svn/adsensus/trunk:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_GB.UTF-8 SourcePackage: kdepim Uname: Linux 2.6.27-7-generic i686 ** Affects: kdepim (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- Crash when cancel deleting a task https://bugs.launchpad.net/bugs/288943 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 288943] Re: Crash when cancel deleting a task
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/18872161/Dependencies.txt -- Crash when cancel deleting a task https://bugs.launchpad.net/bugs/288943 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 288945] [NEW] ktimetracker starts some karm tasks after upgrade
Public bug reported: Binary package hint: kdepim When I started ktimetracker for the first time after upgrading from karm, a seemingly random selection of tasks started running immediately. ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 8.10 Package: ktimetracker 4:4.1.2-0ubuntu2 ProcEnviron: SHELL=/bin/bash PATH=/usr/local/sbin:/sbin:/usr/sbin:/usr/NX/bin:/usr/local/epocemx/bin:/home/username/bin:/home/username/local/i686/bin:/home/username/local/bin:/home/username/.luarocks/bin:/home/username/Work/Adsensus/svn/nancy/trunk:/home/username/Work/Adsensus/svn/adsensus/trunk:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_GB.UTF-8 SourcePackage: kdepim Uname: Linux 2.6.27-7-generic i686 ** Affects: kdepim (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- ktimetracker starts some karm tasks after upgrade https://bugs.launchpad.net/bugs/288945 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 288945] Re: ktimetracker starts some karm tasks after upgrade
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/18872224/Dependencies.txt -- ktimetracker starts some karm tasks after upgrade https://bugs.launchpad.net/bugs/288945 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 288954] Re: gnome-keyboard-properties crashes X server when adding layouts
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/18873272/Dependencies.txt -- gnome-keyboard-properties crashes X server when adding layouts https://bugs.launchpad.net/bugs/288954 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 288954] [NEW] gnome-keyboard-properties crashes X server when adding layouts
Public bug reported: Binary package hint: gnome-control-center gnome-keyboard-properties crashed my X server when, starting with a UK layout (correctly detected) I added first Greek, then Bulgarian Phonetic, then Israel. When I clicked "OK" to add the last, the X server exited. On restarting X, my settings had been retained, and worked fine. ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 8.10 Package: gnome-control-center 1:2.24.0.1-0ubuntu7 ProcEnviron: SHELL=/bin/bash PATH=/usr/local/sbin:/sbin:/usr/sbin:/usr/NX/bin:/usr/local/epocemx/bin:/home/username/bin:/home/username/local/i686/bin:/home/username/local/bin:/home/username/.luarocks/bin:/home/username/Work/Adsensus/svn/nancy/trunk:/home/username/Work/Adsensus/svn/adsensus/trunk:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_GB.UTF-8 SourcePackage: gnome-control-center Uname: Linux 2.6.27-7-generic i686 ** Affects: gnome-control-center (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- gnome-keyboard-properties crashes X server when adding layouts https://bugs.launchpad.net/bugs/288954 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 68724] Re: Stellarium crashes at start-up
Here's the trace: $ strace -e trace=open stellarium 2>&1|grep home open("/home/rrt/.fonts.conf", O_RDONLY) = 10 open("/home/rrt/.fontconfig/d544ea4b8d8dc2979e64767eed8bccb4-x86.cache-2", O_RDONLY) = 7 open("/home/rrt/.Xauthority", O_RDONLY) = 8 open("/home/rrt/.Xdefaults-canta", O_RDONLY) = -1 ENOENT (No such file or directory) open("/home/rrt/.config/Trolltech.conf", O_RDONLY|O_LARGEFILE) = 8 open("/home/rrt/.config/Trolltech.conf", O_RDONLY|O_LARGEFILE) = 8 open("/home/rrt/.config/Trolltech.conf", O_RDONLY|O_LARGEFILE) = 8 open("/home/rrt/.icons/default/cursors/left_ptr", O_RDONLY) = -1 ENOENT (No such file or directory) open("/home/rrt/.icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory) open("/home/rrt/.icons/DMZ-White/cursors/left_ptr", O_RDONLY) = -1 ENOENT (No such file or directory) open("/home/rrt/.icons/DMZ-White/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory) open("/home/rrt/.drirc", O_RDONLY) = -1 ENOENT (No such file or directory) open("/home/rrt/.drirc", O_RDONLY) = -1 ENOENT (No such file or directory) 0. /home/rrt/.stellarium Config file is: /home/rrt/.stellarium/config.ini open("/home/rrt/.stellarium/config.ini", O_RDONLY) = 9 open("/home/rrt/.config/Trolltech.conf", O_RDONLY|O_LARGEFILE) = 9 open("/home/rrt/.config/Trolltech.conf", O_RDONLY|O_LARGEFILE) = 9 open("/home/rrt/.config/Trolltech.conf", O_RDONLY|O_LARGEFILE) = 10 open("/home/rrt/.stellarium/config.ini", O_RDONLY) = 9 open("/home/rrt/.stellarium/config.ini", O_RDONLY) = 9 which ends in a crash. Oddly, the first time I ran it, it didn't crash. Subsequent runs caused a crash. -- Stellarium crashes at start-up https://bugs.launchpad.net/bugs/68724 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 237352] Re: ivman auto-mounts DVD with non-existent uid (-1)
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/14989156/Dependencies.txt -- ivman auto-mounts DVD with non-existent uid (-1) https://bugs.launchpad.net/bugs/237352 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 237352] [NEW] ivman auto-mounts DVD with non-existent uid (-1)
Public bug reported: Binary package hint: ivman I have ivman installed with default settings. When I put a DVD in my drive, it is mounted with uid/gid -1, which means I can't access it. Further, the directory in question, /media/cdrom0, is not even executable by root. The only thing I can find in the logs is: Jun 4 14:56:28 canta NetworkManager: [1212587788.451836] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/volume_label_DVD_VIDEO_RECORDER'). which looks OK. I tried setting VERBOSE=yes in /etc/default/ivman and restarting ivman, but that didn't seem to produce any extra output, at least in /var/log/*. ProblemType: Bug Architecture: i386 Date: Wed Jun 4 14:58:21 2008 DistroRelease: Ubuntu 8.04 NonfreeKernelModules: ath_hal Package: ivman 0.6.14-3ubuntu1 PackageArchitecture: i386 ProcEnviron: SHELL=/bin/bash PATH=/usr/local/sbin:/sbin:/usr/sbin:/usr/local/epocemx/bin:/home/username/bin:/home/username/local/i686/bin:/home/username/local/bin:/home/username/.luarocks/bin:/home/username/Work/Adsensus/svn/nancy/trunk:/home/username/Work/Adsensus/svn/adsensus/trunk:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_GB.UTF-8 SourcePackage: ivman Uname: Linux 2.6.24-18-generic i686 ** Affects: ivman (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- ivman auto-mounts DVD with non-existent uid (-1) https://bugs.launchpad.net/bugs/237352 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 237352] Re: ivman auto-mounts DVD with non-existent uid (-1)
The problem seems to have arisen because the device (/dev/scd0) was mentioned in /etc/fstab, which was written by the Ubuntu installer. So perhaps this is rather an installer bug? Or maybe it's not a bug but a potential problem which needs to be documented? -- ivman auto-mounts DVD with non-existent uid (-1) https://bugs.launchpad.net/bugs/237352 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 237352] Re: ivman auto-mounts DVD with non-existent uid (-1)
As far as I can tell the actual mounting is done by pmount-hal, so there are now two problems, neither of which is necessarily ivman's, but I'd appreciate guidance on how to proceed: 1. The Ubuntu installer writes an entry for a fixed cdrom drive in /etc/fstab. This seems to prevent disks in the drive later being mounted with the correct uid/gid. 2. pmount-hal seems by default to mount DVDs without the execute bit set on the mount point directory, so they can't be read. -- ivman auto-mounts DVD with non-existent uid (-1) https://bugs.launchpad.net/bugs/237352 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 237352] Re: ivman auto-mounts DVD with non-existent uid (-1)
Once I removed the /dev/scd0 line from /etc/fstab, automounted DVDs now have the correct user/group (either ivman.plugdev if I run ivman system- wide, or my uid and gid if I run it with ivman-launch) but the DVD is still mounted without execute permission on the directory, so I can't actually enter the directory. -- ivman auto-mounts DVD with non-existent uid (-1) https://bugs.launchpad.net/bugs/237352 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 237361] Re: Small problem with man page formatting of pmount(1)
Also, there's a line break before "udf", which there shouldn't be (unless the list of file systems is all meant to be displayed somehow). "man pmount" should make the problem fairly obvious in any case. -- Small problem with man page formatting of pmount(1) https://bugs.launchpad.net/bugs/237361 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 237361] Re: Small problem with man page formatting of pmount(1)
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/14991269/Dependencies.txt -- Small problem with man page formatting of pmount(1) https://bugs.launchpad.net/bugs/237361 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 237361] [NEW] Small problem with man page formatting of pmount(1)
Public bug reported: Binary package hint: pmount The section formatted thus: .IR udf , \ iso9660 , \ vfat , \ ntfs , \ hfsplus , \ hfs , .IR ext3 , \ ext2 , \ reiserfs , \ reiser4 , \ xfs , \ jfs \ and .IR omfs. leads to bad line breaks in the man page; in particular, a huge horizontal gap between "hfs," and "ext3". ProblemType: Bug Architecture: i386 Date: Wed Jun 4 15:36:12 2008 DistroRelease: Ubuntu 8.04 NonfreeKernelModules: ath_hal Package: pmount 0.9.16-4 PackageArchitecture: i386 ProcEnviron: SHELL=/bin/bash PATH=/usr/local/sbin:/sbin:/usr/sbin:/usr/local/epocemx/bin:/home/username/bin:/home/username/local/i686/bin:/home/username/local/bin:/home/username/.luarocks/bin:/home/username/Work/Adsensus/svn/nancy/trunk:/home/username/Work/Adsensus/svn/adsensus/trunk:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_GB.UTF-8 SourcePackage: pmount Uname: Linux 2.6.24-18-generic i686 ** Affects: pmount (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- Small problem with man page formatting of pmount(1) https://bugs.launchpad.net/bugs/237361 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 272443] [NEW] Please have emacs-nox alternative
Public bug reported: Binary package hint: emacs-snapshot It's good that one can install a non-X version of Emacs, as it starts up faster than the gtk version. Hence, it would be good to be able to always start "emacs-nox" regardless of which version one has installed. Could an emacs-nox alternative be arranged, like the emacs alternative? Obviously, only -nox versions would qualify (whereas a -nox version of emacs is a perfectly good emacs alternative). ProblemType: Bug Architecture: i386 Date: Sat Sep 20 12:32:38 2008 DistroRelease: Ubuntu 8.04 NonfreeKernelModules: ath_hal Package: emacs-snapshot 1:20080228-1ubuntu1 PackageArchitecture: i386 ProcEnviron: SHELL=/bin/bash PATH=/usr/local/sbin:/sbin:/usr/sbin:/usr/NX/bin:/usr/local/epocemx/bin:/home/username/bin:/home/username/local/i686/bin:/home/username/local/bin:/home/username/.luarocks/bin:/home/username/Work/Adsensus/svn/nancy/trunk:/home/username/Work/Adsensus/svn/adsensus/trunk:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_GB.UTF-8 SourcePackage: emacs-snapshot Uname: Linux 2.6.24-19-generic i686 ** Affects: emacs-snapshot (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- Please have emacs-nox alternative https://bugs.launchpad.net/bugs/272443 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 272443] Re: Please have emacs-nox alternative
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/1435/Dependencies.txt -- Please have emacs-nox alternative https://bugs.launchpad.net/bugs/272443 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 272443] Re: Please have emacs-nox alternative
In general there's no way to know that Emacs will be running for a particular user, and if one has to start it up, the delay is not avoided. It's nice to use emacsclient if a server happens to be running, but if it's not, then it's also nice if ALTERNATE_EDITOR is set to something that starts up fast. This is also useful for user accounts e.g. root that do not typically have applications running persistently. A source build of emacs with all optional dependencies turned off starts up really fast; how about emacs-minimal? -- Please have emacs-nox alternative https://bugs.launchpad.net/bugs/272443 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 272443] Re: Please have emacs-nox alternative
By the way, the proof that there is demand for this functionality is the popularity of Zile (of which I am the upstream maintainer). Zile does have a niche on resource-constrained systems, but I would like to be able to do away with it for most uses; however, for quick startup it still beats Emacs in general (i.e. if one doesn't already have an Emacs server running; and I don't think this is always either desirable or even possible). -- Please have emacs-nox alternative https://bugs.launchpad.net/bugs/272443 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 240880] [NEW] Remove "previously known as" paragraph
Public bug reported: Binary package hint: firefox-3.0 The paragraph "This browser was previously known as Firefox 2, Firebird and Phoenix." should be removed. Rationale: Firefox has been around under that name for some years now. Those who care about the old names "Firebird" and "Phoenix" already know, or, if they are studying history, can easily find out. Saying "This browser was previously known as Firefox 2" is just silly: first, it's not true, as "Firefox 3" was never known as "Firefox 2", and secondly, users are in general familiar with the concept of version numbers, and understand that "Firefox 3" is a later version of the program "Firefox" than "Firefox 2". If this part of the paragraph made sense, think of what you'd need for Emacs: "This editor was previously known as Emacs 22.1, Emacs 21.4, Emacs 21.3, Emacs 21.2, Emacs 21.1, Emacs 20.7,...". If you are really serious about this, then you've missed one: "This browser was previously known as Firefox 2, Firefox, Firebird and Phoenix."! If for some reason you think the old names ought to be kept, then simply change the paragraph back to "This browser was previously known as Firebird and Phoenix." ProblemType: Bug Architecture: i386 Date: Wed Jun 18 11:01:09 2008 DistroRelease: Ubuntu 8.04 NonfreeKernelModules: ath_hal Package: firefox 3.0+nobinonly-0ubuntu0.8.04.1 PackageArchitecture: all ProcEnviron: SHELL=/bin/bash PATH=/usr/local/sbin:/sbin:/usr/sbin:/usr/local/epocemx/bin:/home/username/bin:/home/username/local/i686/bin:/home/username/local/bin:/home/username/.luarocks/bin:/home/username/Work/Adsensus/svn/nancy/trunk:/home/username/Work/Adsensus/svn/adsensus/trunk:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_GB.UTF-8 SourcePackage: firefox-3.0 Uname: Linux 2.6.24-19-generic i686 ** Affects: firefox-3.0 (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- Remove "previously known as" paragraph https://bugs.launchpad.net/bugs/240880 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 240880] Re: Remove "previously known as" paragraph
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/15406272/Dependencies.txt -- Remove "previously known as" paragraph https://bugs.launchpad.net/bugs/240880 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 68724] Re: Stellarium crashes at start-up
For me, I see the original issue in hardy: stellarium segfaults on startup. If I run it with LANG=C stellarium then it starts up fine. Hence, this bug should still be open. -- Stellarium crashes at start-up https://bugs.launchpad.net/bugs/68724 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 68724] Re: Stellarium crashes at start-up
By the way, my default locale is en_GB.UTF-8. -- Stellarium crashes at start-up https://bugs.launchpad.net/bugs/68724 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 68724] Re: Stellarium crashes at start-up
Hmm, I now can't get it to start up at all, even with LANG=C. I also tried removing ~/.stellarium, but no luck. -- Stellarium crashes at start-up https://bugs.launchpad.net/bugs/68724 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 68724] Re: Stellarium crashes at start-up
I don't even have a /var/log/crash directory, and can't find anything similar; should I be looking elsewhere or do I have something not installed? If I run it as a fresh user it seems to work OK. -- Stellarium crashes at start-up https://bugs.launchpad.net/bugs/68724 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 68724] Re: Stellarium crashes at start-up
As I already said, deleting ~/.stellarium under my normal user does not help. Also, it ran once (with LANG=C), then not a few minutes later. I checked in /var/crash, but it's empty. -- Stellarium crashes at start-up https://bugs.launchpad.net/bugs/68724 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 68724] Re: Stellarium crashes at start-up
Right, but clearly not an application setting issue, as, as I said, I removed the application's settings directory. And I never changed any application settings for stellarium, as my experiments with it never went as far as finding out how to. What settings are you thinking of? -- Stellarium crashes at start-up https://bugs.launchpad.net/bugs/68724 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 248211] [NEW] Needs a final "." at end of package description.
Public bug reported: Binary package hint: dhcdbd None. ProblemType: Bug Architecture: i386 Date: Sun Jul 13 21:08:19 2008 DistroRelease: Ubuntu 8.04 NonfreeKernelModules: ath_hal Package: dhcdbd 3.0-1ubuntu1 PackageArchitecture: i386 ProcEnviron: SHELL=/bin/bash PATH=/usr/local/sbin:/sbin:/usr/sbin:/usr/local/epocemx/bin:/home/username/bin:/home/username/local/i686/bin:/home/username/local/bin:/home/username/.luarocks/bin:/home/username/Work/Adsensus/svn/nancy/trunk:/home/username/Work/Adsensus/svn/adsensus/trunk:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_GB.UTF-8 SourcePackage: dhcdbd Uname: Linux 2.6.24-19-generic i686 ** Affects: dhcdbd (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- Needs a final "." at end of package description. https://bugs.launchpad.net/bugs/248211 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 248211] Re: Needs a final "." at end of package description.
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/15999312/Dependencies.txt -- Needs a final "." at end of package description. https://bugs.launchpad.net/bugs/248211 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 248210] [NEW] Package description is not line-wrapped
Public bug reported: Binary package hint: autogen None. ProblemType: Bug Architecture: i386 Date: Sun Jul 13 21:05:46 2008 DistroRelease: Ubuntu 8.04 NonfreeKernelModules: ath_hal Package: autogen 1:5.9.3-4 PackageArchitecture: i386 ProcEnviron: SHELL=/bin/bash PATH=/usr/local/sbin:/sbin:/usr/sbin:/usr/local/epocemx/bin:/home/username/bin:/home/username/local/i686/bin:/home/username/local/bin:/home/username/.luarocks/bin:/home/username/Work/Adsensus/svn/nancy/trunk:/home/username/Work/Adsensus/svn/adsensus/trunk:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_GB.UTF-8 SourcePackage: autogen Uname: Linux 2.6.24-19-generic i686 ** Affects: autogen (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- Package description is not line-wrapped https://bugs.launchpad.net/bugs/248210 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 248210] Re: Package description is not line-wrapped
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/15999289/Dependencies.txt -- Package description is not line-wrapped https://bugs.launchpad.net/bugs/248210 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 248215] [NEW] Problem with quoting in man pages
Public bug reported: Binary package hint: coreutils At the bottom of coreutils man pages it says something like: If the info and ls programs are properly installed at your site, the command info coreutils ’ls invocation’ Unfortunately, in UTF-8 locales this command is not cut-and-pasteable, as the quotes are rendered as curly quotes; they need to be literal straight ticks. ProblemType: Bug Architecture: i386 Date: Sun Jul 13 21:13:04 2008 DistroRelease: Ubuntu 8.04 NonfreeKernelModules: ath_hal Package: coreutils 6.10-3ubuntu2 PackageArchitecture: i386 ProcEnviron: SHELL=/bin/bash PATH=/usr/local/sbin:/sbin:/usr/sbin:/usr/local/epocemx/bin:/home/username/bin:/home/username/local/i686/bin:/home/username/local/bin:/home/username/.luarocks/bin:/home/username/Work/Adsensus/svn/nancy/trunk:/home/username/Work/Adsensus/svn/adsensus/trunk:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_GB.UTF-8 SourcePackage: coreutils Uname: Linux 2.6.24-19-generic i686 ** Affects: coreutils (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- Problem with quoting in man pages https://bugs.launchpad.net/bugs/248215 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 248215] Re: Problem with quoting in man pages
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/15999422/Dependencies.txt -- Problem with quoting in man pages https://bugs.launchpad.net/bugs/248215 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 248214] [NEW] Package description refers to non-existent file
Public bug reported: linux-headers-2.6.24-19's description says: "Please read /usr/share/doc/linux-headers-2.6.24-19/debian.README.gz for details", but there is no such file. ProblemType: Bug Architecture: i386 Date: Sun Jul 13 21:10:36 2008 DistroRelease: Ubuntu 8.04 NonfreeKernelModules: ath_hal Package: linux-headers-2.6.24-19 2.6.24-19.34 PackageArchitecture: all ProcEnviron: SHELL=/bin/bash PATH=/usr/local/sbin:/sbin:/usr/sbin:/usr/local/epocemx/bin:/home/username/bin:/home/username/local/i686/bin:/home/username/local/bin:/home/username/.luarocks/bin:/home/username/Work/Adsensus/svn/nancy/trunk:/home/username/Work/Adsensus/svn/adsensus/trunk:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_GB.UTF-8 SourcePackage: linux Uname: Linux 2.6.24-19-generic i686 ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- Package description refers to non-existent file https://bugs.launchpad.net/bugs/248214 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 248214] Re: Package description refers to non-existent file
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/15999360/Dependencies.txt -- Package description refers to non-existent file https://bugs.launchpad.net/bugs/248214 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 248211] Re: Needs a final "." at end of package description.
Reported to Debian. -- Needs a final "." at end of package description. https://bugs.launchpad.net/bugs/248211 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 176391] Re: Lyrics plugin fails to load: missing python-glade2
Reopening this bug: using the latest hardy rhythmbox, if the python- gst0.10 package is not installed then at least the song lyrics and python console plugins will not work. Suggest that python-gst0.10 be added as a dependency or at least a recommends; in the latter case a sensible error message should be given (indicating that the problem is a missing package). ** Changed in: rhythmbox (Ubuntu) Status: Invalid => Confirmed -- Lyrics plugin fails to load: missing python-glade2 https://bugs.launchpad.net/bugs/176391 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 176391] Re: Lyrics plugin fails to load: missing python-glade2
Sorry, I am slightly off-topic, as the original submitter mentioned "python-glade2". That is quite probably required too, but I can't check it as I have several important packages on my system that already depend on it. -- Lyrics plugin fails to load: missing python-glade2 https://bugs.launchpad.net/bugs/176391 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 249937] [NEW] xargs complains command line is too long, but kernel allows command lines of arbitrary length
Public bug reported: Binary package hint: findutils I am getting xargs: command line too long errors, but I am generating command lines of only a few hundred kilobytes in length and the kernel is perfectly capable of handling these, as I find if I construct the command-line manually. ProblemType: Bug Architecture: i386 Date: Fri Jul 18 19:50:49 2008 Dependencies: libgcc1 1:4.2.3-2ubuntu7 gcc-4.2-base 4.2.3-2ubuntu7 libc6 2.7-10ubuntu3 DistroRelease: Ubuntu 8.04 NonfreeKernelModules: ath_hal Package: findutils 4.2.32-1ubuntu2 PackageArchitecture: i386 ProcEnviron: SHELL=/bin/bash PATH=/usr/local/sbin:/sbin:/usr/sbin:/usr/local/epocemx/bin:/home/username/bin:/home/username/local/i686/bin:/home/username/local/bin:/home/username/.luarocks/bin:/home/username/Work/Adsensus/svn/nancy/trunk:/home/username/Work/Adsensus/svn/adsensus/trunk:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_GB.UTF-8 SourcePackage: findutils Uname: Linux 2.6.24-19-generic i686 ** Affects: findutils (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- xargs complains command line is too long, but kernel allows command lines of arbitrary length https://bugs.launchpad.net/bugs/249937 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 68724] Re: Stellarium crashes at start-up
As already noted, this bug is not fixed in hardy. I can run stellarium, but only if I try with a newly created user. With my normal user, it crashes, regardless of stellarium's settings (even if there are none). So, there's still some bug, whether it's the original one that caused this report to be opened, or another that has the same effect. (Saying it's a settings problem is true only insofar as clearly some difference between my user and a vanilla one is important: the fact that stellarium, without its settings directory, crashes on startup, means that there's a bug in stellarium or something it uses). I am of course happy to help track down exactly where the bug lies, but have no clue where to start. -- Stellarium crashes at start-up https://bugs.launchpad.net/bugs/68724 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 248210] Re: Package description is not line-wrapped
Can you please explain what you don't understand about my bug report? It is pretty simple: the package description of autogen is not line wrapped. In other words, the package description is a single line, and does not contain line breaks as it should. -- Package description is not line-wrapped https://bugs.launchpad.net/bugs/248210 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 212225] Re: [hardy] console quote (in man) corruption
The bug should be fixed, surely? I just found a way of fixing the effect once it occurs, not a fix for the bug. -- [hardy] console quote (in man) corruption https://bugs.launchpad.net/bugs/212225 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 212225] Re: [hardy] console quote (in man) corruption
It's the console font that is being corrupted, so I'd file it against whichever package sets up the console font as a reasonable target; but I have no idea what actually corrupts the data. Presumably if something I run can corrupt the font data, that's a bug in whatever manages the fonts (with obvious potential security holes: imagine a malicious program which simply redefines characters to be each other). -- [hardy] console quote (in man) corruption https://bugs.launchpad.net/bugs/212225 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 254757] [NEW] sepia won't work with emacs-snapshot
Public bug reported: Binary package hint: sepia Sepia won't install to work with emacs-snapshot. Please fix it. (Currently its dependencies include "emacs21 | emacs22"; as far as I can see, this is not a limitation of sepia.) ProblemType: Bug Architecture: i386 Date: Mon Aug 4 20:57:52 2008 Dependencies: DistroRelease: Ubuntu 8.04 NonfreeKernelModules: ath_hal Package: sepia None [modified: /var/lib/dpkg/info/sepia.list] PackageArchitecture: all ProcEnviron: SHELL=/bin/bash PATH=/usr/local/sbin:/sbin:/usr/sbin:/usr/local/epocemx/bin:/home/username/bin:/home/username/local/i686/bin:/home/username/local/bin:/home/username/.luarocks/bin:/home/username/Work/Adsensus/svn/nancy/trunk:/home/username/Work/Adsensus/svn/adsensus/trunk:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_GB.UTF-8 SourcePackage: sepia Uname: Linux 2.6.24-19-generic i686 ** Affects: sepia (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- sepia won't work with emacs-snapshot https://bugs.launchpad.net/bugs/254757 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 238530] [NEW] Please sync with Debian
Public bug reported: Please sync with the Debian package, which has some useful improvements, in particular console dialogs, which are rather more convenient than X dialogs for users launching vncviewer from an xterm. ProblemType: Bug Architecture: i386 Date: Mon Jun 9 12:07:50 2008 DistroRelease: Ubuntu 8.04 Package: xvnc4viewer 4.1.1+xorg1.0.2-0ubuntu7 PackageArchitecture: i386 ProcEnviron: SHELL=/bin/bash PATH=/usr/local/sbin:/sbin:/usr/sbin:/usr/local/epocemx/bin:/home/username/bin:/home/username/local/i686/bin:/home/username/local/bin:/home/username/.luarocks/bin:/home/username/Work/Adsensus/svn/nancy/trunk:/home/username/Work/Adsensus/svn/adsensus/trunk:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_GB.UTF-8 SourcePackage: vnc4 Uname: Linux 2.6.24-18-generic i686 ** Affects: vnc4 (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- Please sync with Debian https://bugs.launchpad.net/bugs/238530 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 238530] Re: Please sync with Debian
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/15143705/Dependencies.txt -- Please sync with Debian https://bugs.launchpad.net/bugs/238530 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 306719] Re: ath5k driver on Jaunty Alpha1
Indeed, ath5k is not currently shipped in Jaunty kernels. For the moment, a workaround is to build wireless-compat from: http://wireless.kernel.org/en/users/Download which is what I do every time the jaunty kernel is updated (I'm running on a Samsung NC-10, which needs the Jaunty kernel for sound support). Some assurance that ath5k will be in jaunty would be nice... -- ath5k driver on Jaunty Alpha1 https://bugs.launchpad.net/bugs/306719 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 219405] Re: Improve package description
Presumably you should also change the mention of "Debian packages" to "Ubuntu packages", as "Debian" here refers to the distribution, not to the package format. -- Improve package description https://bugs.launchpad.net/bugs/219405 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 314249] [NEW] This package should be removed or updated.
Public bug reported: Binary package hint: contacts-snapshot The version of contacts in the contacts-snapshot package is rather older (0.5) than that in the contacts package (0.9), so the -snapshot package might as well be either updated or removed. ** Affects: contacts-snapshot (Ubuntu) Importance: Undecided Status: New -- This package should be removed or updated. https://bugs.launchpad.net/bugs/314249 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 241652] Re: Some security problems (with fixes)
There were no CVEs. The security implications are as follows: http://www.lua.org/bugs.html under "5.1.3": * patch 2 fixes a potential stack overflow. * patch 4 fixes a crash (possible DoS for Lua-scripted applications that run user scripts) * patch 5 fixes a crash (ditto) * patch 6 fixes a stack overflow * patch 8 fixes the ability to create booleans that are neither true nor false These patches all affect the interpretation of Lua code; Lua is widely used in Ubuntu for application scripting. Hence, at the very least, a stack overflow is a potential security problem. Some of the other bugs patched may have security implications too, as they all allow incorrect execution of code. -- Some security problems (with fixes) https://bugs.launchpad.net/bugs/241652 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 317554] [NEW] Firefox says it will open a PNG in gthumb, but runs gimp instead
Public bug reported: Binary package hint: firefox-3.0 When I click on a link to a PNG image, Firefox pops up a dialog offering to open it in "gthumb (default)". I click OK, and the image is opened...in gimp. If I explicitly set the application to use to /usr/bin/gthumb from the dialog, it does indeed use gthumb. ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 8.10 Package: firefox 3.0.5+nobinonly-0ubuntu0.8.10.1 PackageArchitecture: all ProcEnviron: SHELL=/bin/bash PATH=/usr/local/sbin:/sbin:/usr/sbin:/usr/NX/bin:/usr/local/epocemx/bin:/home/username/bin:/home/username/local/i686/bin:/home/username/local/bin:/home/username/.luarocks/bin:/home/username/Work/Adsensus/svn/nancy/trunk:/home/username/Work/Adsensus/svn/adsensus/trunk:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_GB.UTF-8 SourcePackage: firefox-3.0 Uname: Linux 2.6.28-4-generic i686 ** Affects: firefox-3.0 (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- Firefox says it will open a PNG in gthumb, but runs gimp instead https://bugs.launchpad.net/bugs/317554 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 317554] Re: Firefox says it will open a PNG in gthumb, but runs gimp instead
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/21241777/Dependencies.txt -- Firefox says it will open a PNG in gthumb, but runs gimp instead https://bugs.launchpad.net/bugs/317554 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 312138] Re: Packages reported as newer than archive when they're not
It seems that the above packages are all updates; maybe that helps track it down? intrepid-updates is listed in my /etc/apt/sources.list, and all the updates were installed with apt-get, so apt-show-versions should be working with them. -- Packages reported as newer than archive when they're not https://bugs.launchpad.net/bugs/312138 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 288954] Re: gnome-keyboard-properties crashes X server when adding layouts
I tried to reproduce the crash, but failed: I removed the extra keyboard layouts, and then re-added them. So it looks as though this bug can be closed; I can always open another one (and I now know what to do!) if I come across a similar problem in future. -- gnome-keyboard-properties crashes X server when adding layouts https://bugs.launchpad.net/bugs/288954 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 311514] [NEW] getXuser function doesn't work for user who ran startx
Public bug reported: Binary package hint: acpi-support The getXuser function in /usr/share/acpi-support/power-funcs doesn't work for me, as I log in on the console and then run startx. Hence, finger does not list me as logged in to an X session, but rather as on the tty on which I logged in. Hence, getXuser doesn't return a value, and the scripts that rely on it don't work. I'm not sure how to get that information, but since the X user finding code simply enumerates the displays and tries to find the owner for each, it would seem in the same spirit to check the output of finger, and if there's only one user, then try that one. ** Affects: acpi-support (Ubuntu) Importance: Undecided Status: New -- getXuser function doesn't work for user who ran startx https://bugs.launchpad.net/bugs/311514 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