[Bug 84549] Re: qps crash when double click python hpssd process
Unfortunately this process does not exist anymore in Ubuntu 8.04. The only python processes I run now are python /usr/share/system-config-printer/applet.py python /usr/bin/fail2ban-server -b -s /var/run/fail2ban/fail2ban.sock Regards, -- qps crash when double click python hpssd process https://bugs.launchpad.net/bugs/84549 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 251730] Re: it is not installable
[EMAIL PROTECTED]:~$ sudo apt-get install gnome Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation: The following packages have unmet dependencies: gnome: Depends: gnome-desktop-environment (= 1:2.20.2.2) but it is not going to be installed E: Broken packages -- it is not installable https://bugs.launchpad.net/bugs/251730 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 252097] [NEW] export dialog always appends .png
Public bug reported: Binary package hint: inkscape In the export dialog, can no longer export to various bitmap types (could previously export to .gif, .jpg, and .png. No matter what extension I put in (.gif, .jpg, .bmp), Inkscape always appends .png as the export type. With updating to Ubuntu 8.0.4, and Inkscape 0.46, the export bitmap dialog is now always appending .png! OS: Ubuntu Linux 8.0.4 X: Gnome Inkscape: 0.46 To Reproduce: Launch Inkscape Draw an object on canvas Select the object Choose File -> Export to Bitmap Enter a filename (test.gif) Click Export button File generated: test.gif.png (Filename input also changes to test.gif.png) ** Affects: inkscape (Ubuntu) Importance: Undecided Status: New -- export dialog always appends .png https://bugs.launchpad.net/bugs/252097 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 252495] [NEW] Pixma iP4200 always prints duplex
Public bug reported: My Canon iP4200 printer is now detected out of the box by Kubuntu 8.04, but regardless of whether single-sided or duplex is selected, Kubuntu prints double-sided. If this is a known issue that has been fixed upstream, it would be great if it could be backported to Hardy, as it seriously limits the usability of the printer. If it is a know issue which currently has no fix, I could probably locate the problem if needed, as I also have a Windows installation with the iP4200 driver installed. ** Affects: gutenprint (Ubuntu) Importance: Undecided Status: New -- Pixma iP4200 always prints duplex https://bugs.launchpad.net/bugs/252495 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 252097] Re: export dialog always appends .png
By, Jove! I think you pegged it. I went back to all the *.gif files I had been generating with prior versions of Inkscape and it looks like they may very well be *.png files, but with the *.gif extension I had been giving them. Even the two or three *.jpg I did appear to be *.png files, so I'm guessing what's really happened is that a bug in not appending *.png in all cases is what'd been "fixed" and now I'm finding out I can only export bitmap as *.png files. I only confirmed this by simply renaming a couple *.gif and *.jpg in my file viewer and seeing the info update in the status bar. Is there a way I can check the file with a binary checker of some sort to definitely verify that these files are, in fact, *.png files masquerading with different extensions? -- export dialog always appends .png https://bugs.launchpad.net/bugs/252097 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 252097] Re: export dialog always appends .png
I have confirmed that all files previously generated are indeed *.png files even though the export bitmap dialog previously allowed extension to be anything. I suggest the dialog be amended to state that only *.png files are generated. There is ample space to the left of the "Export" button to put an informative label such as "Note: Export Bitmap generates PNG files only" -- export dialog always appends .png https://bugs.launchpad.net/bugs/252097 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 239342] Re: Error starting gnome-settings-daemon while logged in via vnc
gconftool-2 --set --type boolean /apps/gnome-settings- daemon/plugins/mouse/active false does not work. sudo gconftool-2 --set --type boolean /apps/gnome-settings- daemon/plugins/mouse/active false does not work. rebooted after both just to be sure (as I wasn't sure if the change was immediate or not). An observation: When VNC is first launched, the theme I've chosen displays fine. When a new window is opened (say terminal or firefox or any other app), I notice the theme reverts to a default them (presumably because the settings daemon crashed?), then if the daemon successfully relaunches, I get my themed desktop back. One surefire way to crash the daemon for good is to launch firefox and just wait. the daemon repeated crashes and the themes go back and forth about 5 or 10 times, then the dialog comes up saying the daemon crashed too many times and is disabled, after which, I have a stable (but not themed) desktop. -- Error starting gnome-settings-daemon while logged in via vnc https://bugs.launchpad.net/bugs/239342 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 239342] Re: Error starting gnome-settings-daemon while logged in via vnc
Adding "+extension XInputExtension" to the vnc server launch doesn't work, either. VNC version is: # aptitude show vnc4server Package: vnc4server State: installed Automatically installed: yes Version: 4.1.1+xorg1.0.2-0ubuntu7 Priority: optional Section: universe/x11 I use xinetd to manage the listeners. My Xvnc file for xinetd is: service Xvnc { type = UNLISTED disable = no socket_type = stream protocol = tcp wait = yes user = root server = /usr/bin/Xvnc server_args = -inetd :1 +extension XInputExtension -query localhost -geometry 1380x825 -depth 16 -once -fp /usr/share/fonts/X11/misc -DisconnectClients=1 -NeverShared passwordFile=/home/mwlang/.vncpasswd -extension XFIXES port = 5901 } I also tried removing -extension XFIXES, but that caused me to be unable to establish a connection with the VNC desktop. Or more precisely, connection was established and immediately dropped. -- Error starting gnome-settings-daemon while logged in via vnc https://bugs.launchpad.net/bugs/239342 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 222799] Re: Hardy kernel panic after upgrade
How can I find this information now ? -- Hardy kernel panic after upgrade https://bugs.launchpad.net/bugs/222799 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 260586] Re: gstreamer0.10-ffmpeg is not installable because of broken dependencies.
I enabled main and universe but not multiverse because I am requesting only free softwares and the multiverse contains non-free softwares. -- gstreamer0.10-ffmpeg is not installable because of broken dependencies. https://bugs.launchpad.net/bugs/260586 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 262294] [NEW] [Intrepid Ibex] Ubuntu live CD fails to load with Adaptec SCSI controller installed
Public bug reported: I downloaded the 'live' CD images of the daily 32-bit and 64-bit Ubuntu Intrepid Ibex builds from August 23, 2008. I burned the images to CD. I tried using both CDs on my two home desktop computers which each had an Adaptec PCI SCSI controller installed. Neither CD would boot up with an Adaptec PCI SCSI controller installed, but both computers would boot up with no error messages when there was no Adaptec PCI SCSI controller installed. I assume this is a problem because Ubuntu does not tolerate the on-board BIOS on PCI SCSI controllers but I have no prior knowledge of Ubuntu (or linux in general). I downloaded the 'live' CD images of the daily 32-bit and 64-bit Ubuntu Intrepid Ibex builds from August 26, 2008, with similar results. The screens that result when booting up with an Adaptec PCI SCSI controller installed are as follows: - - ECS GeForce6100PM-M2 v2.0 motherboard (nVidia Geforce6100/nForce430) http://www.ecsusa.com/ECSWebSite/Downloads/ProductsDetail_Download.aspx?detailid=857&DetailName=New&DetailDesc=&CategoryID=1&MenuID=6&LanID=9 AMD Athlon™ X2 Dual-Core 4200+ processor Adaptec 29160N PCI SCSI controller = error screen with 64-bit Ubuntu: [0.004000]Aperture beyond 4GB. Ignoring [0.004000]Your BIOS doesn't leave a aperture memory hole. [0.004000]Please enable the IOMMU option in the BIOS setup. [0.004000]This costs you 64MB of RAM. Loading, please wait... BusyBox v1.1.0.2 (Ubuntu 1:1.10.2-1ubuntu4) built-in shell (ash) Enter 'help' for a list of built-in commands. (initramfs)(cursor) Kernel alive kernel direct mapping tables up to [EMAIL PROTECTED] error screen with 32-bit Ubuntu: Loading, please wait... BusyBox v1.1.0.2 (Ubuntu 1:1.10.2-1ubuntu4) built-in shell (ash) Enter 'help' for a list of built-in commands. (initramfs)(cursor) Kernel alive kernel direct mapping tables up to [EMAIL PROTECTED] --- --- ECS 945GCT-M/1 motherboard http://www.ecsusa.com/ECSWebSite/Downloads/ProductsDetail_Download.aspx?detailid=830&DetailName=New&DetailDesc=&CategoryID=1&MenuID=6&LanID=9 Intel E2200 processor Adaptec 29160 PCI SCSI controller == error screen with 32-bit Ubuntu: vertical white lines - no text == error screen with 64-bit Ubuntu: Loading, please wait... BusyBox v1.1.0.2 (Ubuntu 1:1.10.2-1ubuntu4) built-in shell (ash) Enter 'help' for a list of built-in commands. (initramfs)(cursor) Kernel alive kernel direct mapping tables up to [EMAIL PROTECTED] ** Affects: ubuntu Importance: Undecided Status: New -- [Intrepid Ibex] Ubuntu live CD fails to load with Adaptec SCSI controller installed https://bugs.launchpad.net/bugs/262294 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 298198] Re: frequent wireless disconnets
Not getting this now that I am using network-manager-vpnc instead of network-manager and vpnc. Since the original reporter can also no longer reproduce this, I suggest that the bug be closed, and we can re- open it if necessary. -- frequent wireless disconnets https://bugs.launchpad.net/bugs/298198 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 210251] Re: Context menu greyed out in RSS feed
@Martin: excellent suggestion, as it forced me to look at exactly how to reproduce this. It occurs when I select "Open in new tab" in the context menu, close the new tab and try to open another RSS item in a new tab. Screenshot attached. ** Attachment added: "greyed out.png" http://launchpadlibrarian.net/20347159/greyed%20out.png -- Context menu greyed out in RSS feed https://bugs.launchpad.net/bugs/210251 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 222796] Re: Brightness up not generating ACPI event on Thinkpad T43p, T42, X31, X40, R52
Hey guys! Last Saturday I got my brandnew Lenovo Thinkpad LS500 NRJ9AGE and installed Intrepid Ibex (8.10) 64bit. The problems concerning the hotkeys are still up2date for this modell. I read that with hotkey-setup 0.1.28ubuntu7 the problems should be fixed, but unfortunately not for my SL500. I tested following keys: Key: Works? Lock Screenno Battery status no Sleep yes Wifi/RF kill no Switch displaysyes Hibernateno (but I use a encrypted swap-partition) Brightness up yes, but inverted Brightness down yes, but inverted Volume up no Volume down no Muteno Multimedia Keys no Display Zoom no And an additional key works also not. Which german description I couldn't really translate into english "Einstellungen von Eingabeeinheiten ändern". It have to be something like this: "Changing options of inputdevices". The main problem is the brightness of the display. The hotkeys works very bad if I try to change the brightness. The first thing is, that the function is inverted. The second point, the procedure of changing the brightness is very inaccurate. The background gets dark an returns than in an brighter or smother light. Its a very strong flickering of the display. If I disconnect AC, the display gets on battery brighter and returning to AC it gets darker again. Cazy thing... Also when I log into Ubuntu with my user. First in the gdm, the display is shining like the sun. After I logged it gets darker again... GRML!!! The are additional problems with the fingerprint sensor and the webcam. They dont work, but I think thats another construction side. An additional hint: If I do "sudo modprobe tinkpad_acpi", I get this message: FATAL: Error inserting thinkpad_acpi (/lib/modules/2.6.27-7-generic/kernel/drivers/misc/thinkpad_acpi.ko): No such device I would be so glad, if some can get me some advice. Its not very funny, if your brand new toy will not work in top condition. Greetings! Michael -- Brightness up not generating ACPI event on Thinkpad T43p, T42, X31, X40, R52 https://bugs.launchpad.net/bugs/222796 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 210251] Re: Context menu greyed out in RSS feed
I can still reproduce it (as the original reporter, now on Ubuntu 8.10 instead of Kubuntu 8.04). -- Context menu greyed out in RSS feed https://bugs.launchpad.net/bugs/210251 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 262294] Re: [Intrepid Ibex] Ubuntu live CD fails to load with Adaptec SCSI controller installed
The above referenced audio sound bug has been fixed in the released version of Ubuntu 8.10. -- [Intrepid Ibex] Ubuntu live CD fails to load with Adaptec SCSI controller installed https://bugs.launchpad.net/bugs/262294 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 276077] Re: canberra-gtk-play crashed with SIGSEGV in _int_malloc()
"Me too". Just occurred with a fully updated Ubuntu 8.10. -- canberra-gtk-play crashed with SIGSEGV in _int_malloc() https://bugs.launchpad.net/bugs/276077 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 296241] Re: evolution crashed with SIGSEGV in g_signal_emit_valist()
*** This bug is a duplicate of bug 270271 *** https://bugs.launchpad.net/bugs/270271 Same here. The bug appears since remote starting evolution (with ssh) when the evolution client app on the host machine . Normally is is not permitted to start evolution remote when the evolution client already is opened on the host. The solution lies in the checksum which failed to prevent evolution started twice with a remote ssh connection. I know if you have only machine the evolution client can be started as much as you can. Sorry for my bad English. I cannot explain it in another way. sorry -- evolution crashed with SIGSEGV in g_signal_emit_valist() https://bugs.launchpad.net/bugs/296241 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 270271] Re: evolution crashed with SIGSEGV in g_signal_emit_valist()
The bug does not occur anymore when you login with ssh -X with another (virtual) machine and start evolution in the shell! Then evolution does not crash anymore :-) Strange -- evolution crashed with SIGSEGV in g_signal_emit_valist() https://bugs.launchpad.net/bugs/270271 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 270271] Re: evolution crashed with SIGSEGV in g_signal_emit_valist()
Please ignore my last comment. It is as 'gadLinux' wrote: Uncheck the "enable assistive technologies" box. (System->Preferences->Assistive Technologies) But this was not enough for me because some processes which use this Technology were in use. I had to log out (come into greeter screen) and do a en log in as root then I had to do a pkill -u to kill some remaining locked processes And then indeed the bug does not occur anymore -- evolution crashed with SIGSEGV in g_signal_emit_valist() https://bugs.launchpad.net/bugs/270271 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 262650] Re: resolvconf should not use dns info for interfaces that are down
Just seen this too. Also using vpnc - presumably it did not terminate correctly last time I shut down. -- resolvconf should not use dns info for interfaces that are down https://bugs.launchpad.net/bugs/262650 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 297333] [NEW] Pidgin improperly displays graphics and soon crashes
Public bug reported: Binary package hint: pidgin It will fail to display icons everywhere in the program, obtain logs, and write to logs randomly and sometimes crash because of this. The following image gives you an idea of a sudden breakdown. (02:12:03 PM) ***immichaelkthx is using Pidgin v2.5.2. on ubuntu 8.10 ** Affects: pidgin (Ubuntu) Importance: Undecided Status: New -- Pidgin improperly displays graphics and soon crashes https://bugs.launchpad.net/bugs/297333 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 297333] Re: Pidgin improperly displays graphics and soon crashes
** Attachment added: "whatimseeing.png" http://launchpadlibrarian.net/19600074/whatimseeing.png -- Pidgin improperly displays graphics and soon crashes https://bugs.launchpad.net/bugs/297333 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 205414] Re: gvm wine autorun "Cannot find the autorun program"
Ok. How in hell do you download the patch. This website does not make it clear where the link to a patch is. Will someone give me a link that will actually take me to a download where I can get a patch for this problem. It's getting extremely annoying that I can't download drivers for several different things, and also several video games. ** CVE added: http://www.cve.mitre.org/cgi- bin/cvename.cgi?name=2000-0328 ** CVE removed: http://www.cve.mitre.org/cgi- bin/cvename.cgi?name=2000-0328 -- gvm wine autorun "Cannot find the autorun program" https://bugs.launchpad.net/bugs/205414 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 274995] Re: MASTER storing ALSA mixer element values during shutdown hangs nondeterministically if non-loopback network interfaces are still up
I am also affected by this bug, and am wondering what can be done about this sort of issue. Since launchpad is probably not the right place for that sort of discussion, I created a forums thread for it: http://ubuntuforums.org/showthread.php?p=6215985#post6215985 Any comments and thoughts are welcome. -- MASTER storing ALSA mixer element values during shutdown hangs nondeterministically if non-loopback network interfaces are still up https://bugs.launchpad.net/bugs/274995 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 274995] Re: MASTER storing ALSA mixer element values during shutdown hangs nondeterministically if non-loopback network interfaces are still up
@Ursula See this link which someone pointed me to in the forums thread I created: http://ubuntuforums.org/showpost.php?p=6099553&postcount=18 So someone thinks it is confirmed :) -- MASTER storing ALSA mixer element values during shutdown hangs nondeterministically if non-loopback network interfaces are still up https://bugs.launchpad.net/bugs/274995 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 274995] Re: MASTER storing ALSA mixer element values during shutdown hangs nondeterministically if non-loopback network interfaces are still up
Can Daniel Clayton still reproduce the issue in VMWare? Do they have a broken BIOS? -- MASTER storing ALSA mixer element values during shutdown hangs nondeterministically if non-loopback network interfaces are still up https://bugs.launchpad.net/bugs/274995 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 292109] Re: System -> About Ubuntu incomplete after upgrade to 8.10
Found out the PPA repos for OpenOffice are empty because of buggy packages. Not sure if this problem in Yelp affects anything else. -- System -> About Ubuntu incomplete after upgrade to 8.10 https://bugs.launchpad.net/bugs/292109 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 301430] Re: ipv6 /etc/hosts missing localhost hostname
I have this issue. Robb Topolski requested in bug 274995 to report it here. This system was initially installed as Kubuntu 7.10, and was upgraded to 8.04 and 8.10 and then switched to Ubuntu without K. -- ipv6 /etc/hosts missing localhost hostname https://bugs.launchpad.net/bugs/301430 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 199229] Re: gnome-splashscreen-manager crash on start
Sorry, but I can't check it at the moment. My system won't boot in graphical mode since I updated to Intrepid some time ago. I have to sort that out, but I didn't have time so far. ..so I'm stuck with Windows probably until I reinstall Ubuntu some time in the future. To try to recreate the situation (with the splash manager - not with my broken ubuntu) try starting the Splash Manager and find and install the CountrySplash theme. Then try restarting the splash manager. Hopefully It should not crash. I'm not sure if CountrySplash is still available to choose anyway. If anyone could check it out, it would be great Cheers! -- gnome-splashscreen-manager crash on start https://bugs.launchpad.net/bugs/199229 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 298198] Re: frequent wireless disconnets
I am also seeing something similar, no idea if it is the same thing. When using vpnc, Network-Manager frequently looses the connection. On one occasion it crashed (https://bugs.launchpad.net/ubuntu/+source /network-manager/+bug/302394) and once the applet in the systray disappeared the wireless connection became stable again. The wireless card is an IPW 4965 AG in a Lenovo Thinkpad T61p. -- frequent wireless disconnets https://bugs.launchpad.net/bugs/298198 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 298198] Re: frequent wireless disconnets
Two more points here. First of all, the wireless access points shown by network manager seem(ed) to multiply regularly - with each one being shown three or four times in the list after NM had been running long enough. Does the original reporter also get that? Secondly, I switched from using vpnc to using network-manager-vpnc yesterday evening, and have so far (touch wood) not seen either the disconnects or the duplicate APs in the list. -- frequent wireless disconnets https://bugs.launchpad.net/bugs/298198 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 305257] [NEW] Nautilus crashes when starting without Metacity
Public bug reported: Binary package hint: nautilus I'm running Ubuntu 8.10 with Gnome. I replaced the Metacity windowmanger with Sawfish. Since then nautilus (nautilus 1:2.24.1-0ubuntu1) doesn't start anymore when I try to start it from a terminal or using a keyboard shortcut. When I open a folder on my desktop it starts without any problems though. Please see attached strace. Thanks, Michael ** Affects: nautilus (Ubuntu) Importance: Undecided Status: New -- Nautilus crashes when starting without Metacity https://bugs.launchpad.net/bugs/305257 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 305257] Re: Nautilus crashes when starting without Metacity
** Attachment added: "strace nautilus" http://launchpadlibrarian.net/20210878/strace -- Nautilus crashes when starting without Metacity https://bugs.launchpad.net/bugs/305257 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 305257] Re: Nautilus crashes when starting without Metacity
Thanks for the quick reply. I tried to get a backtrace using gdb before but it didn't output anything useful (see attachment). Thats why I attached the strace. By not starting I mean I cannot generate new instances of nautilus (file browser windows) besides the already running desktop process. The self test doesn't report any errors either: [EMAIL PROTECTED]:~$ nautilus -c running nautilus_self_check_file_utilities running nautilus_self_check_file_operations running nautilus_self_check_directory running nautilus_self_check_file running nautilus_self_check_icon_container running nautilus_self_check_file_utilities running nautilus_self_check_file_operations running nautilus_self_check_directory running nautilus_self_check_file running nautilus_self_check_icon_container [EMAIL PROTECTED]:~$ nautilus --browser [EMAIL PROTECTED]:~$ time nautilus --browser real0m0.066s user0m0.044s sys 0m0.012s BTW: I get this problem in both of my Ubuntu 8.10 installations. Thanks, Michael ** Attachment added: "nautilus gdb output" http://launchpadlibrarian.net/20214853/gdb-nautilus.txt -- Nautilus crashes when starting without Metacity https://bugs.launchpad.net/bugs/305257 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 261113] Re: Keyboard layout applet by default for multilanguage configurations
I assume that this boils down to the same. I have three keyboard layouts defined on my Intrepid release system, but in the default configuration I have no way of switching between them (the default method uses left and right alt together, whereas my default German layout has Alt-Gr instead of Right Alt), and finding out how to switch is too complicated. Couldn't the Keyboard Indicator panel applet be enabled by default if several layouts are defined? Yes, I have done this manually, so this does not affect me directly, so to speak, but I think it ought to be automatic. -- Keyboard layout applet by default for multilanguage configurations https://bugs.launchpad.net/bugs/261113 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 239731] Re: Select and paste not working properly in Eclipse (probably a Java issue)
I was using klipper, which is installed by default in Kubuntu. Now I am no longer using Eclipse, as it can no longer cope with the size of the project I need it for, and crashes with "out of memory" every time I use it. So this ticket can probably be closed on both counts :) Kendon, thanks for pointing that out. -- Select and paste not working properly in Eclipse (probably a Java issue) https://bugs.launchpad.net/bugs/239731 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 222799] Re: Hardy kernel panic after upgrade
I've upgraded to 8.10 today and it's asking me to reboot the system. Again, there's no initrd line for the new kernels in /boot/grub/menu.lst Here's the first auto generated kernel entry: title Ubuntu 8.10, kernel 2.6.27-7-generic root(hd0,2) kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=924b1a6f-3d78-4fac-9957-55ffd2ddd0f8 ro savedefault The kernel seems installed: $ dpkg -l |grep linux-image-2.6.27-7-generic ii linux-image-2.6.27-7-generic 2.6.27-7.16 The initrd image exists: $ ls -l /boot/*-2.6.27-7-generic -rw-r--r-- 1 root root 507665 2008-11-04 22:00 /boot/abi-2.6.27-7-generic -rw-r--r-- 1 root root 91364 2008-11-04 22:00 /boot/config-2.6.27-7-generic -rw-r--r-- 1 root root 9261441 2008-11-13 21:30 /boot/initrd.img-2.6.27-7-generic -rw-r--r-- 1 root root 1029585 2008-11-04 22:00 /boot/System.map-2.6.27-7-generic -rw-r--r-- 1 root root1073 2008-11-04 22:02 /boot/vmcoreinfo-2.6.27-7-generic -rw-r--r-- 1 root root 2244464 2008-11-04 22:00 /boot/vmlinuz-2.6.27-7-generic According to term.log, update-grub was only run once, when memtest86 was updated. It was not run after the kernel install (ie, after "update- initramfs: Generating /boot/initrd.img-2.6.27-7-generic") I've just checked kernel-img.conf: $ cat /etc/kernel-img.conf do_symlinks = yes relative_links = yes do_bootloader = no do_bootfloppy = no do_initrd = yes link_in_boot = no Looks like I disabled grub update... So the missing update-grub is right. I will enable it again (I don't remember exactly why I did that). But the update-grub run on memtest86 is probably wrong. Should we disable it when do_bootloader is "no"? Or should we run it after the kernel images are fully installed? Right now, upgrading at the same time memtest86 and a kernel image, while having do_bootloader set to "no" will leave the system unbootable. I'll let the system in this state for some hours, if anyone want fresh data. But then I'll run update-grub, reboot and use it again. ** Attachment added: "term.log" http://launchpadlibrarian.net/19642540/term.log -- Hardy kernel panic after upgrade https://bugs.launchpad.net/bugs/222799 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 222799] Re: Hardy kernel panic after upgrade
Also, bug #222421 looks similar to this one. -- Hardy kernel panic after upgrade https://bugs.launchpad.net/bugs/222799 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 222421] Re: initrd not configured in menu.lst after upgrade from Ubuntu 7.10 to 8.04
Duplicate of bug #222799 ? -- initrd not configured in menu.lst after upgrade from Ubuntu 7.10 to 8.04 https://bugs.launchpad.net/bugs/222421 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 222799] Re: Hardy kernel panic after upgrade
After further investigation in the memtest86+ package, I discovered the bug affecting me has already been fixed. The update-grub command run during my upgrade process was done by the old package after it was removed (by the postrm file). The new memtest86+ package doesn't run update-grub any more. See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=460080 So, this bug seems fixed for future upgrades. But any other user upgrading to 8.10 with memtest86+ and do_bootloader=no will encounter the same problem and will have a unbootable system until he runs update- grub manually. -- Hardy kernel panic after upgrade https://bugs.launchpad.net/bugs/222799 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 298713] [NEW] ThinkPad SL500 brightness up hotkey-setup not working
Public bug reported: Binary package hint: hotkey-setup Hey guys! Last Saturday I got my brandnew Lenovo Thinkpad SL500 NRJ9AGE and installed Intrepid Ibex (8.10) 64bit. The problems concerning the hotkeys are still up2date for this modell. I read that with hotkey-setup 0.1.28ubuntu7 the problems should be fixed, but unfortunately not for SL500. The main problem is the brightness of the display. The hotkeys works very bad if I try to change the brightness. The first thing is, that the function is inverted. The second point, the procedure of changing the brightness is very inaccurate. The background gets dark an returns than in an brighter or smother light. Its a very strong flickering of the display. If I disconnect AC, the display gets on battery brighter and returning to AC it gets darker again. Cazy thing... Also when I log into Ubuntu with my user. First in the gdm, the display is shining like the sun. After I logged it gets darker again... GRML!!! I tested following keys: Key: Works? Lock Screen = no Battery status = no Sleep = yes Wifi/RF kill = no Switch displays = yes Hibernate = no (but I use a encrypted swap-partition) Brightness up = yes, but inverted Brightness down = yes, but inverted Volume up = no Volume down = no Mute = no Multimedia Keys = no Display Zoom = no The are additional problems with the fingerprint sensor and the webcam. They dont work, but I think thats another construction side. An additional hint: If I do "sudo modprobe tinkpad_acpi", I get this message: FATAL: Error inserting thinkpad_acpi (/lib/modules/2.6.27-7-generic/kernel/drivers/misc/thinkpad_acpi.ko): No such device I would be so glad, if some can get me some advice. Its not very funny, if your brand new toy will not work in top condition. Greetings! Michael ** Affects: hotkey-setup (Ubuntu) Importance: Undecided Status: New -- ThinkPad SL500 brightness up hotkey-setup not working https://bugs.launchpad.net/bugs/298713 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 298713] Re: ThinkPad SL500 brightness up hotkey-setup not working
Ok... After one week of investigation I found the reason why it doesnt work correct... http://mailman.linux-thinkpad.org/pipermail/linux- thinkpad/2008-October/044992.html It isnt a bug. The incompatibel fimrware is the reason why I wont work. -- ThinkPad SL500 brightness up hotkey-setup not working https://bugs.launchpad.net/bugs/298713 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 222796] Re: Brightness up not generating ACPI event on Thinkpad T43p, T42, X31, X40, R52
This morning I shipped my Notebook back to my onlinetrade... After one week of investigation I found the reason why it doesnt work correct an a SL500... http://mailman.linux-thinkpad.org/pipermail/linux- thinkpad/2008-October/044992.html It isnt a bug. The incompatibel fimrware is the reason why I wont work. -- Brightness up not generating ACPI event on Thinkpad T43p, T42, X31, X40, R52 https://bugs.launchpad.net/bugs/222796 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 222799] Re: Hardy kernel panic after upgrade
Actually, it's resolved for users who have already switched to 8.10. Anyone running a previous version may still be affected. -- Hardy kernel panic after upgrade https://bugs.launchpad.net/bugs/222799 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 110394] Re: Keyboard freezes completely and mouse interaction doesn't work for some tasks (Happens randomly but inevitable)
It's powernowd. Battling this too; Asus A8V amd64x2, random total lock-ups, no logs produced. Thought it might be nvidia and/or compiz. No. In the end I disabled powernowd and that solved problem. System stable for 3+ days now with everything possible running on it. -- Keyboard freezes completely and mouse interaction doesn't work for some tasks (Happens randomly but inevitable) https://bugs.launchpad.net/bugs/110394 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 292109] Re: System -> About Ubuntu incomplete after upgrade to 8.10
I get exactly the same problem with both the about and the version with the following locale output: LANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL= I do not and never had Ubuntu Studio installed. Also, not sure if this related, but I loaded the OpenOffice 3.0 repos below but still, my system never offers the upgrade so I am stuck on OpenOffice 2.4. ## Openoffice 3.0 deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main deb-src http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main -- System -> About Ubuntu incomplete after upgrade to 8.10 https://bugs.launchpad.net/bugs/292109 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 181703] Re: Brasero does not recognize audio CD or blank CD-R
Does anyone know whether this issue has ever been seen with the upstream version/versions other than Ubuntu, and if so, whether the changeset which fixed it is known? Before I try to find out myself... -- Brasero does not recognize audio CD or blank CD-R https://bugs.launchpad.net/bugs/181703 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 335803] Re: qt applications have render update delay in gnome when compiz is enabled
This is probably not a Qt bug - I see this with the title bars of all my windows (Ubuntu-Gnome), which are not always updated correctly. It is best seen in Firefox, where when I switch tabs a few times the title bar often reflects the last tab to be selected, not the current one. It is also noticeable as strange artefacts in the title bars of other applications. Is is most noticeable though in VirtualBox, which is a Qt application and shows this update problems throughout it's selector window. It also seems to be related to the graphic drivers in use (I am using NVidia proprietary as I need Compiz and Nouveau isn't there yet :( ). Other people have tested VirtualBox with compiz and other video drivers without issues. -- qt applications have render update delay in gnome when compiz is enabled https://bugs.launchpad.net/bugs/335803 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 382831] Re: bash: ./bin/qsub_pbs.bashrc: No such file or directory
i hope these are the files you asked me . i reinstalled the package bash but nothing happened. i think this happened when i was trying to change shell. i am new at linux so many things are confusing to me. thank you for your effort. On Wed, Jun 3, 2009 at 9:29 PM, Jeff Enns wrote: > I'm just checking back to see if you found the problem or are having > problems attaching the .bashrc and .profile files to this bug report. > Let me know one way or another so I can help, please. Thank you for > sending in your bug report. > > -- > bash: ./bin/qsub_pbs.bashrc: No such file or directory > https://bugs.launchpad.net/bugs/382831 > You received this bug notification because you are a direct subscriber > of the bug. > > Status in “bash” source package in Ubuntu: Incomplete > > Bug description: > Binary package hint: gnome-terminal > > bash: ./bin/qsub_pbs.bashrc: No such file or directory > > ProblemType: Bug > Architecture: amd64 > DistroRelease: Ubuntu 9.04 > ExecutablePath: /usr/bin/gnome-terminal > NonfreeKernelModules: nvidia > Package: gnome-terminal 2.26.0-0ubuntu2 > ProcEnviron: > SHELL=/bin/bash > PATH=(custom, user) > LANG=el_GR.UTF-8 > SourcePackage: gnome-terminal > Uname: Linux 2.6.28-11-generic x86_64 > ** Attachment added: "bashrc" http://launchpadlibrarian.net/27470993/bashrc ** Attachment added: "profile" http://launchpadlibrarian.net/27470994/profile -- bash: ./bin/qsub_pbs.bashrc: No such file or directory https://bugs.launchpad.net/bugs/382831 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 382831] Re: bash: ./bin/qsub_pbs.bashrc: No such file or directory
i was changing from bin/bash to bin/sh and i think i closed the window without logging out ( window habits). On Thu, Jun 4, 2009 at 4:04 AM, Jeff Enns wrote: > Yes, I believe these files are the correct ones (as long as they came out > of your home directory). Please, could you post /etc/profile and all files > in /etc/profile.d? How were you trying to change your shell and to what > shell were you trying to change to? Could you, please, post the output to > this : > echo $SHELL > It's OK that you are new; we are glad to have you. We all have to start > somewhere. Thank you! > > -- > bash: ./bin/qsub_pbs.bashrc: No such file or directory > https://bugs.launchpad.net/bugs/382831 > You received this bug notification because you are a direct subscriber > of the bug. > > Status in “bash” source package in Ubuntu: Incomplete > > Bug description: > Binary package hint: gnome-terminal > > bash: ./bin/qsub_pbs.bashrc: No such file or directory > > ProblemType: Bug > Architecture: amd64 > DistroRelease: Ubuntu 9.04 > ExecutablePath: /usr/bin/gnome-terminal > NonfreeKernelModules: nvidia > Package: gnome-terminal 2.26.0-0ubuntu2 > ProcEnviron: > SHELL=/bin/bash > PATH=(custom, user) > LANG=el_GR.UTF-8 > SourcePackage: gnome-terminal > Uname: Linux 2.6.28-11-generic x86_64 > ** Attachment added: "profile" http://launchpadlibrarian.net/27487944/profile ** Attachment added: "profile" http://launchpadlibrarian.net/27487945/profile -- bash: ./bin/qsub_pbs.bashrc: No such file or directory https://bugs.launchpad.net/bugs/382831 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 382831] Re: bash: ./bin/qsub_pbs.bashrc: No such file or directory
i just wrote bin/sh or sh and then bin/bash i think my system now is bash . i have ubuntu jauntry. i wasn't asked for a password during change. On Thu, Jun 4, 2009 at 3:16 PM, Jeff Enns wrote: > Thank you for sending those. So, you were wanting to change from bash to > dash? Do you remember exactly which commands you used to do this (e.g. did > you edit /etc/passwd directly, did you run chsh, etc)? Also could you post > the output to this command to make sure it remembered your settings, please: > echo $SHELL > > One last thing. Could you run these to commands and upload the files to > here, please?: > find ~ -type f -exec grep -H /bin/qsub_pbs.bashrc {} \; > > ~/HomeQsubSearch.txt > sudo find /etc -type f -exec grep -H /bin/qsub_pbs.bashrc {} \; > > ~/EtcQsubSearch.txt > sudo find / -type f -name qsub_pbs.bashrc > ~/QsubFileSearch.txt > > The files HomeQsubSearch.txt, EtcQsubSearch.txt and QsubFileSearch.txt > should be in your home directory when you are done. These commands may > take a while to run since it is searching your drive. The first command > is searching for any references to the missing file in your home > directory, the second your etc directory and the last is looking for the > file itself. > > Thank you very much. > > -- > bash: ./bin/qsub_pbs.bashrc: No such file or directory > https://bugs.launchpad.net/bugs/382831 > You received this bug notification because you are a direct subscriber > of the bug. > > Status in “bash” source package in Ubuntu: Incomplete > > Bug description: > Binary package hint: gnome-terminal > > bash: ./bin/qsub_pbs.bashrc: No such file or directory > > ProblemType: Bug > Architecture: amd64 > DistroRelease: Ubuntu 9.04 > ExecutablePath: /usr/bin/gnome-terminal > NonfreeKernelModules: nvidia > Package: gnome-terminal 2.26.0-0ubuntu2 > ProcEnviron: > SHELL=/bin/bash > PATH=(custom, user) > LANG=el_GR.UTF-8 > SourcePackage: gnome-terminal > Uname: Linux 2.6.28-11-generic x86_64 > ** Attachment added: "HomeQsubSearch.txt" http://launchpadlibrarian.net/27496550/HomeQsubSearch.txt ** Attachment added: ".bash_history" http://launchpadlibrarian.net/27496551/.bash_history -- bash: ./bin/qsub_pbs.bashrc: No such file or directory https://bugs.launchpad.net/bugs/382831 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 382831] Re: bash: ./bin/qsub_pbs.bashrc: No such file or directory
On Thu, Jun 4, 2009 at 5:54 PM, Michael Mavridis wrote: > i just wrote bin/sh or sh and then bin/bash i think my system now is bash . > i have ubuntu jauntry. i wasn't asked for a password during change. > > > On Thu, Jun 4, 2009 at 3:16 PM, Jeff Enns wrote: > >> Thank you for sending those. So, you were wanting to change from bash to >> dash? Do you remember exactly which commands you used to do this (e.g. did >> you edit /etc/passwd directly, did you run chsh, etc)? Also could you post >> the output to this command to make sure it remembered your settings, please: >> echo $SHELL >> >> One last thing. Could you run these to commands and upload the files to >> here, please?: >> find ~ -type f -exec grep -H /bin/qsub_pbs.bashrc {} \; > >> ~/HomeQsubSearch.txt >> sudo find /etc -type f -exec grep -H /bin/qsub_pbs.bashrc {} \; > >> ~/EtcQsubSearch.txt >> sudo find / -type f -name qsub_pbs.bashrc > ~/QsubFileSearch.txt >> >> The files HomeQsubSearch.txt, EtcQsubSearch.txt and QsubFileSearch.txt >> should be in your home directory when you are done. These commands may >> take a while to run since it is searching your drive. The first command >> is searching for any references to the missing file in your home >> directory, the second your etc directory and the last is looking for the >> file itself. >> >> Thank you very much. >> >> -- >> bash: ./bin/qsub_pbs.bashrc: No such file or directory >> https://bugs.launchpad.net/bugs/382831 >> You received this bug notification because you are a direct subscriber >> of the bug. >> >> Status in “bash” source package in Ubuntu: Incomplete >> >> Bug description: >> Binary package hint: gnome-terminal >> >> bash: ./bin/qsub_pbs.bashrc: No such file or directory >> >> ProblemType: Bug >> Architecture: amd64 >> DistroRelease: Ubuntu 9.04 >> ExecutablePath: /usr/bin/gnome-terminal >> NonfreeKernelModules: nvidia >> Package: gnome-terminal 2.26.0-0ubuntu2 >> ProcEnviron: >> SHELL=/bin/bash >> PATH=(custom, user) >> LANG=el_GR.UTF-8 >> SourcePackage: gnome-terminal >> Uname: Linux 2.6.28-11-generic x86_64 >> > > ** Attachment added: "HomeQsubSearch.txt" http://launchpadlibrarian.net/27496977/HomeQsubSearch.txt -- bash: ./bin/qsub_pbs.bashrc: No such file or directory https://bugs.launchpad.net/bugs/382831 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 382831] Re: bash: ./bin/qsub_pbs.bashrc: No such file or directory
the other two files are blank On Thu, Jun 4, 2009 at 6:15 PM, Michael Mavridis wrote: > > > On Thu, Jun 4, 2009 at 5:54 PM, Michael Mavridis wrote: > >> i just wrote bin/sh or sh and then bin/bash i think my system now is bash >> . i have ubuntu jauntry. i wasn't asked for a password during change. >> >> >> On Thu, Jun 4, 2009 at 3:16 PM, Jeff Enns wrote: >> >>> Thank you for sending those. So, you were wanting to change from bash to >>> dash? Do you remember exactly which commands you used to do this (e.g. did >>> you edit /etc/passwd directly, did you run chsh, etc)? Also could you post >>> the output to this command to make sure it remembered your settings, please: >>> echo $SHELL >>> >>> One last thing. Could you run these to commands and upload the files to >>> here, please?: >>> find ~ -type f -exec grep -H /bin/qsub_pbs.bashrc {} \; > >>> ~/HomeQsubSearch.txt >>> sudo find /etc -type f -exec grep -H /bin/qsub_pbs.bashrc {} \; > >>> ~/EtcQsubSearch.txt >>> sudo find / -type f -name qsub_pbs.bashrc > ~/QsubFileSearch.txt >>> >>> The files HomeQsubSearch.txt, EtcQsubSearch.txt and QsubFileSearch.txt >>> should be in your home directory when you are done. These commands may >>> take a while to run since it is searching your drive. The first command >>> is searching for any references to the missing file in your home >>> directory, the second your etc directory and the last is looking for the >>> file itself. >>> >>> Thank you very much. >>> >>> -- >>> bash: ./bin/qsub_pbs.bashrc: No such file or directory >>> https://bugs.launchpad.net/bugs/382831 >>> You received this bug notification because you are a direct subscriber >>> of the bug. >>> >>> Status in “bash” source package in Ubuntu: Incomplete >>> >>> Bug description: >>> Binary package hint: gnome-terminal >>> >>> bash: ./bin/qsub_pbs.bashrc: No such file or directory >>> >>> ProblemType: Bug >>> Architecture: amd64 >>> DistroRelease: Ubuntu 9.04 >>> ExecutablePath: /usr/bin/gnome-terminal >>> NonfreeKernelModules: nvidia >>> Package: gnome-terminal 2.26.0-0ubuntu2 >>> ProcEnviron: >>> SHELL=/bin/bash >>> PATH=(custom, user) >>> LANG=el_GR.UTF-8 >>> SourcePackage: gnome-terminal >>> Uname: Linux 2.6.28-11-generic x86_64 >>> >> >> > ** Attachment added: "HomeQsubSearch.txt" http://launchpadlibrarian.net/27497019/HomeQsubSearch.txt -- bash: ./bin/qsub_pbs.bashrc: No such file or directory https://bugs.launchpad.net/bugs/382831 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 382831] Re: bash: ./bin/qsub_pbs.bashrc: No such file or directory
i guess you are something close to the god of linux . yes it worked i am ok . you really are a pro in your work thanks On Thu, Jun 4, 2009 at 6:17 PM, Jeff Enns wrote: > OK, here is what I would like you to do: > - Start gnome-terminal > - Run: cp .bashrc .bashrc.old > - Run: nano .bashrc > - Locate the line that says: source $NIMROOT/bin/qsub_pbs.bashrc > - Delete that line > - Press Ctrl-O then Ctrl-X > - Exit gnome-terminal and try again (if that doesn't work, try logging off > then back on). > - Let me know if it fixes it or not. > > You are back to bash. If you just ran /bin/sh than that creates a shell > temporarily. If you want to permanently change the shell us "chsh". > > Thank you! > > -- > bash: ./bin/qsub_pbs.bashrc: No such file or directory > https://bugs.launchpad.net/bugs/382831 > You received this bug notification because you are a direct subscriber > of the bug. > > Status in “bash” source package in Ubuntu: Incomplete > > Bug description: > Binary package hint: gnome-terminal > > bash: ./bin/qsub_pbs.bashrc: No such file or directory > > ProblemType: Bug > Architecture: amd64 > DistroRelease: Ubuntu 9.04 > ExecutablePath: /usr/bin/gnome-terminal > NonfreeKernelModules: nvidia > Package: gnome-terminal 2.26.0-0ubuntu2 > ProcEnviron: > SHELL=/bin/bash > PATH=(custom, user) > LANG=el_GR.UTF-8 > SourcePackage: gnome-terminal > Uname: Linux 2.6.28-11-generic x86_64 > -- bash: ./bin/qsub_pbs.bashrc: No such file or directory https://bugs.launchpad.net/bugs/382831 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 378042] Re: who command returns emty string
Please mark this bug as invalid. Does not occur anymore. My apologize ** Changed in: coreutils (Ubuntu) Status: New => Invalid -- who command returns emty string https://bugs.launchpad.net/bugs/378042 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 338584] Re: [HD 3650] ati hd3650 driver crash
Np, will let you know. Regards, Michael Thornhill II Nortech CSS This message was sent via mobile device. On Jun 25, 2009, at 10:56 PM, "Bryce Harrington" wrote: > > I've posted a new version of the -fglrx driver to our xorg-edgers PPA, > would you mind testing it either on Jaunty or Karmic and see if it > resolves this bug? > > Get fglrx 8.620 here: > > https://edge.launchpad.net/~xorg-edgers/+archive/ppa > > > ** Changed in: fglrx-installer (Ubuntu) > Status: Confirmed => New > > ** Changed in: fglrx-installer (Ubuntu) > Status: New => Incomplete > > -- > [HD 3650] ati hd3650 driver crash > https://bugs.launchpad.net/bugs/338584 > You received this bug notification because you are a direct subscriber > of the bug. > > Status in “fglrx-installer” package in Ubuntu: Incomplete > > Bug description: > Upon attempting to activate the video driver. I get the system crash > message. > > ProblemType: Package > Architecture: i386 > DistroRelease: Ubuntu 8.10 > ErrorMessage: EOF on stdin at conffile prompt > NonfreeKernelModules: fglrx > Package: xorg-driver-fglrx 2:8.543-0ubuntu4.1 > ProcVersion: Linux version 2.6.27-11-generic (bui...@rothera) (gcc > version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) ) #1 SMP Thu Jan 29 19:24:39 > UTC 2009 > > SourcePackage: fglrx-installer > Title: package xorg-driver-fglrx 2:8.543-0ubuntu4.1 failed to > install/upgrade: EOF on stdin at conffile prompt > Uname: Linux 2.6.27-11-generic i686 > xkbcomp: > > [lspci] > 00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series > Chipset Memory Controller Hub [8086:2a40] (rev 07) >Subsystem: Lenovo Device [17aa:3a00] > 01:00.0 VGA compatible controller [0300]: ATI Technologies Inc > Mobility Radeon HD 3650 [1002:9591] >Subsystem: Lenovo Device [17aa:3a28] > This email message (including any attachments) contains information that may be confidential or may constitute non-public information. It is intended solely for the individual or entity to which it is addressed. If you are not the intended recipient or the person responsible for delivering the email to the intended recipient, please notify the sender, then delete it from your system. Use, dissemination, distribution, or reproduction of this message by unintended recipients is not authorized and may be unlawful. -- [HD 3650] ati hd3650 driver crash https://bugs.launchpad.net/bugs/338584 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 382831] [NEW] bash: ./bin/qsub_pbs.bashrc: No such file or directory
Public bug reported: Binary package hint: gnome-terminal bash: ./bin/qsub_pbs.bashrc: No such file or directory ProblemType: Bug Architecture: amd64 DistroRelease: Ubuntu 9.04 ExecutablePath: /usr/bin/gnome-terminal NonfreeKernelModules: nvidia Package: gnome-terminal 2.26.0-0ubuntu2 ProcEnviron: SHELL=/bin/bash PATH=(custom, user) LANG=el_GR.UTF-8 SourcePackage: gnome-terminal Uname: Linux 2.6.28-11-generic x86_64 ** Affects: gnome-terminal (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug -- bash: ./bin/qsub_pbs.bashrc: No such file or directory https://bugs.launchpad.net/bugs/382831 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 382831] Re: bash: ./bin/qsub_pbs.bashrc: No such file or directory
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/27417474/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/27417475/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/27417476/ProcStatus.txt -- bash: ./bin/qsub_pbs.bashrc: No such file or directory https://bugs.launchpad.net/bugs/382831 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 382831] Re: bash: ./bin/qsub_pbs.bashrc: No such file or directory
it is a message a get when i start the terminal . it doesn't seem to give me any other problem for the moment and appears only one time at terminal before i type anything On Tue, Jun 2, 2009 at 8:04 PM, Jeff Enns wrote: > Thank you for submitting your bug report. We will need more information > before we can proceed. Could you, please, post the exact command you > are trying to run? I see the error but not what you typed in. Also, > could you post the output to the command "ls -al " (where > is the name of your file). One last thing... are you sure > the leading "." is supposed to be there? Thank you. > > ** Package changed: gnome-terminal (Ubuntu) => bash (Ubuntu) > > ** Changed in: bash (Ubuntu) > Status: New => Incomplete > > -- > bash: ./bin/qsub_pbs.bashrc: No such file or directory > https://bugs.launchpad.net/bugs/382831 > You received this bug notification because you are a direct subscriber > of the bug. > > Status in “bash” source package in Ubuntu: Incomplete > > Bug description: > Binary package hint: gnome-terminal > > bash: ./bin/qsub_pbs.bashrc: No such file or directory > > ProblemType: Bug > Architecture: amd64 > DistroRelease: Ubuntu 9.04 > ExecutablePath: /usr/bin/gnome-terminal > NonfreeKernelModules: nvidia > Package: gnome-terminal 2.26.0-0ubuntu2 > ProcEnviron: > SHELL=/bin/bash > PATH=(custom, user) > LANG=el_GR.UTF-8 > SourcePackage: gnome-terminal > Uname: Linux 2.6.28-11-generic x86_64 > -- bash: ./bin/qsub_pbs.bashrc: No such file or directory https://bugs.launchpad.net/bugs/382831 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 396220] [NEW] automatic loggoff during internet surfing
Public bug reported: First of all I don't know how to recreate this bug. it happened two times. While using firefox the screen gets black and a few seconds later there is the GUI logon screen with the message "the user will be logged on in xx seconds". After the counter has finished a the systems tries to log on (the terminal is displayed a short time) and afterwards the logon screen is displayed again. I can only restart the system to get ubuntu work. ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 9.04 ExecutablePath: /usr/bin/gnome-system-log Package: gnome-utils 2.26.0-0ubuntu1 ProcEnviron: LANG=de_AT.UTF-8 SHELL=/bin/bash SourcePackage: gnome-utils Uname: Linux 2.6.28-13-generic i686 ** Affects: ubuntu Importance: Undecided Status: New ** Tags: apport-bug i386 -- automatic loggoff during internet surfing https://bugs.launchpad.net/bugs/396220 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 396220] Re: automatic loggoff during internet surfing
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/28739032/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/28739033/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/28739034/ProcStatus.txt -- automatic loggoff during internet surfing https://bugs.launchpad.net/bugs/396220 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 360415] Re: blender GUI 3d view, icons and material preview distorted
Fix this by installing mesa 7.4.1 from https://launchpad.net/~xorg- edgers/+archive/ppa -- blender GUI 3d view, icons and material preview distorted https://bugs.launchpad.net/bugs/360415 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 315763] Re: bug with adaptec aic94xx raid
Same issue with Jaunty install using both the alternate install, and the desktop install. Firmware fails to load. Using alternate install, there are no issues on install, but after install, boot fails with aic94xx firmware error below. On desktop install, it doesn't load on boot of the cd. Here are the errors: ubu...@ubuntu:~$ dmesg | grep aic94xx [6.164408] aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded [6.164679] aic94xx :05:02.0: PCI INT A -> GSI 28 (level, low) -> IRQ 28 [6.549828] aic94xx: found Adaptec AIC-9410W SAS/SATA Host Adapter, device :05:02.0 [6.549841] scsi6 : aic94xx [6.609511] aic94xx :05:02.0: firmware: requesting aic94xx-seq.fw [ 66.608563] aic94xx: Failed to load sequencer firmware file aic94xx-seq.fw, error -2 [ 66.608568] aic94xx: couldn't init seqs for :05:02.0 [ 66.608570] aic94xx: couldn't init the chip [ 66.608747] aic94xx :05:02.0: PCI INT A disabled [ 66.608756] aic94xx: probe of :05:02.0 failed with error -2 -- bug with adaptec aic94xx raid https://bugs.launchpad.net/bugs/315763 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 286119] Re: firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64
I want to test it with the upstream bugtracker fix. Can someone please push me in the right direction where to find the upstream bugtracker fix? Sorry I have to ask. -- firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64 https://bugs.launchpad.net/bugs/286119 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 286119] Re: firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64
Thanks. Hereby I confirm the patch does not crash liferea anymore! Emilio Pozuelo Monfort was right at his first judgment. Please leave Bug #369274 market as duplicated. -- firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64 https://bugs.launchpad.net/bugs/286119 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 286119] Re: firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64
Thanks. Hereby I confirm the patch does not crash liferea anymore! Emilio Pozuelo Monfort was right at his first judgment. Please leave Bug #369274 marked as duplicated. -- firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64 https://bugs.launchpad.net/bugs/286119 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 299385] Re: gtk-gnash crashed with SIGSEGV in free()
Can't say. I can't tell from the information from the crash what URL I should load into firefox to test it. So if the information in the backtrace is not useful, feel free to close this. -- gtk-gnash crashed with SIGSEGV in free() https://bugs.launchpad.net/bugs/299385 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 286119] Re: firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64
Yes, correct. This was also in Jaunty, just like my dupl. report. --Michael -- firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64 https://bugs.launchpad.net/bugs/286119 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 286119] Re: firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64
Correct -- firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64 https://bugs.launchpad.net/bugs/286119 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 286119] Re: firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64
Addition: And I wonder when the patch will be applied in the official package? I have manually fixed something without Synaptic. I works and i am very pleased with that. But... I hope it will be someday implemented in the official Jaunty packages? Thx. in adv. -- firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64 https://bugs.launchpad.net/bugs/286119 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 286119] Re: firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64
Mr. Pitt, I am constantly talking about Jaunty. I have no intrepid environment (anymore). Regards, -- firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64 https://bugs.launchpad.net/bugs/286119 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 286119] Re: firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64
Additional info: https://bugzilla.samba.org/show_bug.cgi?id=5904 Using this patch: https://bugzilla.samba.org/attachment.cgi?id=3749 sudo apt-get remove samba For the test I created a testfolder in this testfolder: apt-get source samba cd samba-3.3.2/source/ ./configure patch -p2 https://bugs.launchpad.net/bugs/286119 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 286119] Re: firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64
Mr. Carrez, In that case is very strange the crash of liferea occurs in an up-to-date Jaunty environment :-( Maybe it is a local problem on my machine. In that case my apologizes for reporing this issue here. -- firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64 https://bugs.launchpad.net/bugs/286119 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 286119] Re: firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64
@Thierry Carrez: I answered with yes. Hmm, that indicates the patch was indeed already applied. Strange that it had positive effect on the liferea bug... And more strange: why did liferea WITH the patch still produces the crash??? The puzzle become more cloudy. Maybe the segmentation fault has to do with another thing? Again, I attached the gdb backtrace of the liferea crash in Jaunty... ** Attachment added: "gdb-liferea.txt" http://launchpadlibrarian.net/26308301/gdb-liferea.txt -- firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64 https://bugs.launchpad.net/bugs/286119 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 286119] Re: firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64
More Info: After remove the package winbind, liferea does not crash anymore. Does that indicate that something is wrong in the winbind package instead of the samba package? -- firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64 https://bugs.launchpad.net/bugs/286119 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 286119] Re: firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64
Please do not attend much time on this issue (liferea on Jaunty). More and more I am convinced it is a local problem. You are all doing great work. Don't be distracted of my local problem. Liferea works great now. Let it rest (in my opinion). -- firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64 https://bugs.launchpad.net/bugs/286119 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 362589] Re: Maximus doesn't maximize correctly with qt-based programms like Opera
I can confirm this problem. It seems like ~ 10px of the maximized window are missing on the bottom of the screen. I have this problem with Opera -like S. Karl Kochs D.: s.a.- but with also with java-based applications (e.g. the webstart skat application from www.skat-online.com). ** Attachment added: "Bildschirmfoto.png" http://launchpadlibrarian.net/25696248/Bildschirmfoto.png -- Maximus doesn't maximize correctly with qt-based programms like Opera https://bugs.launchpad.net/bugs/362589 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 362589] Re: Maximus doesn't maximize correctly with qt-based programms like Opera
Sorry: Happens with Ubuntu 9.04, maximus 0.4.8-0ubuntu2 on an EEE 1000h. All packages up to date. -- Maximus doesn't maximize correctly with qt-based programms like Opera https://bugs.launchpad.net/bugs/362589 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 332563] Re: gnome panel keeps freezing randomly
Info: This gnome-panel bug has NOT occurred anymore since 1:2.26.0-0ubuntu7 the prior (buggy) gnome-panel version was 1:2.26.0-0ubuntu6 (command used to show version: apt-cache showpkg gnome-panel ) -- gnome panel keeps freezing randomly https://bugs.launchpad.net/bugs/332563 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 373733] [NEW] Ubuntu Jaunty not resume from hibernation
Public bug reported: Binary package hint: gnome-power-manager Asus m70Vm-X1 laptop. Trying to hibernate. System appears to go down correctly. Upon resume, system boots normally (does not resumes... boots) I CAN suspend correctly with no problems, and usb continues to work after a suspend. ProblemType: Bug ACAdapter: Present Architecture: i386 Battery: Present CPUScaling: Present DistroRelease: Ubuntu 9.04 LaptopPanel: Present NonfreeKernelModules: nvidia Package: gnome-power-manager 2.24.2-2ubuntu8 ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: gnome-power-manager Uname: Linux 2.6.28-11-generic i686 ** Affects: gnome-power-manager (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- Ubuntu Jaunty not resume from hibernation https://bugs.launchpad.net/bugs/373733 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 373733] Re: Ubuntu Jaunty not resume from hibernation
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/26466943/Dependencies.txt -- Ubuntu Jaunty not resume from hibernation https://bugs.launchpad.net/bugs/373733 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 373733] Re: Ubuntu Jaunty not resume from hibernation
** Description changed: Binary package hint: gnome-power-manager Asus m70Vm-X1 laptop. Trying to hibernate. System appears to go down correctly. - Upon resume, system boots normally (does not resumes... boots) + Upon resume, system boots normally (not resumes... boots) I CAN suspend correctly with no problems, and usb continues to work after a suspend. ProblemType: Bug ACAdapter: Present Architecture: i386 Battery: Present CPUScaling: Present DistroRelease: Ubuntu 9.04 LaptopPanel: Present NonfreeKernelModules: nvidia Package: gnome-power-manager 2.24.2-2ubuntu8 ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: gnome-power-manager Uname: Linux 2.6.28-11-generic i686 -- Ubuntu Jaunty not resume from hibernation https://bugs.launchpad.net/bugs/373733 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 367526] [NEW] Volume Applet sometimes reverses scroll wheel action.
Public bug reported: Binary package hint: gnome-applets When I click the volume control in the gnome-panel and scroll up to turn the volume up, sometimes the volume lowers instead of raising. ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 9.04 NonfreeKernelModules: nvidia Package: gnome-applets 2.26.0-0ubuntu4 ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: gnome-applets Uname: Linux 2.6.28-11-generic i686 ** Affects: gnome-applets (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- Volume Applet sometimes reverses scroll wheel action. https://bugs.launchpad.net/bugs/367526 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 367526] Re: Volume Applet sometimes reverses scroll wheel action.
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/26006355/Dependencies.txt -- Volume Applet sometimes reverses scroll wheel action. https://bugs.launchpad.net/bugs/367526 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 336549] Re: newer HECI module fixes build with CONFIG_HECI=y
Thanks a million times ! ---Michael -- newer HECI module fixes build with CONFIG_HECI=y https://bugs.launchpad.net/bugs/336549 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 82870] Re: Kubuntu/Crystal: minimised windows do not resize correctly
I no longer use KDE, so this is not relevant to me. If you don't know of anyone else affected by this you might want to close the bug. -- Kubuntu/Crystal: minimised windows do not resize correctly https://bugs.launchpad.net/bugs/82870 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 353763] Re: [i965gm] Blender is unusable with UXA (UXA bug)
Try to use blender 2.49 rc1 it work better. -- [i965gm] Blender is unusable with UXA (UXA bug) https://bugs.launchpad.net/bugs/353763 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 353529] Re: winbind crashes
*** This bug is a duplicate of bug 286119 *** https://bugs.launchpad.net/bugs/286119 Thanks for sharing this info! This info explains a lot to me! Op dinsdag 05-05-2009 om 09:34 uur [tijdzone +], schreef Thierry Carrez: > *** This bug is a duplicate of bug 286119 *** > https://bugs.launchpad.net/bugs/286119 > > ** This bug has been marked a duplicate of bug 286119 >firefox 3.0.3 crashes (no SIG) on most pages w/ images when using > nss_wins: 8.10beta AMD64 > -- winbind crashes https://bugs.launchpad.net/bugs/353529 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 372203] [NEW] 2^3^4 computed incorrectly
Public bug reported: Binary package hint: gcalctool try evaluating 2^3^4 -> 2,417,851,639,229,258,349,412,352 correct answer is 2^3^4=(2^3)^4=4,096 Description:Ubuntu 8.04.2 Release:8.04 apt-cache policy gcalctool: Installed: 5.22.3-0ubuntu0.1 Candidate: 5.22.3-0ubuntu0.1 Version table: *** 5.22.3-0ubuntu0.1 0 500 http://ch.archive.ubuntu.com hardy-updates/main Packages 100 /var/lib/dpkg/status 5.22.1-0ubuntu1 0 500 http://ch.archive.ubuntu.com hardy/main Packages ProblemType: Bug Architecture: i386 Date: Tue May 5 15:33:34 2009 DistroRelease: Ubuntu 8.04 ExecutablePath: /usr/bin/gcalctool NonfreeKernelModules: nvidia Package: gcalctool 5.22.3-0ubuntu0.1 PackageArchitecture: i386 ProcEnviron: SHELL=/bin/bash PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_US.UTF-8 SourcePackage: gcalctool Uname: Linux 2.6.24-23-generic i686 ** Affects: gcalctool (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- 2^3^4 computed incorrectly https://bugs.launchpad.net/bugs/372203 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 372203] Re: 2^3^4 computed incorrectly
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/26353674/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/26353675/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/26353676/ProcStatus.txt -- 2^3^4 computed incorrectly https://bugs.launchpad.net/bugs/372203 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 353763] Re: [i965gm] Blender is unusable with UXA (UXA bug)
Sorry, not look on my last post. I try "Static" version from blender.org. The static build has the OpenGL libraries compiled in. It works better, but have UI is transparent on composited screen. Same bag on blender tracker (need login): https://projects.blender.org/tracker/index.php?func=detail&aid=18626&group_id=9&atid=231 ** Bug watch added: projects.blender.org/ #18626 http://projects.blender.org/support/tracker.php?aid=18626 -- [i965gm] Blender is unusable with UXA (UXA bug) https://bugs.launchpad.net/bugs/353763 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 242417] Re: no usb after hibernate
Actually I have hibernated twice and have not found this as a problem. I use a logitech usb wireless optical mouse: http://www.logitech.com/index.cfm/mice_pointers/mice/devices/3295 again. no problems. Also: I have now switched to a ASUS M70Vm-X1 laptop as opposed to the compaq desktop i was using. -- no usb after hibernate https://bugs.launchpad.net/bugs/242417 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 369274] [NEW] Liferea did receive signal 11 (Segmentatiefout).
Public bug reported: Binary package hint: liferea After starting liferea and press the 'update all feeds' button the program crashes and generates a segmentation fault (signal 11) I have included the backtrace of the crash ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 9.04 NonfreeKernelModules: nvidia Package: liferea 1.5.15-1~jjwkt1 ProcEnviron: PATH=(custom, user) LANG=nl_NL.UTF-8 SHELL=/bin/bash SourcePackage: liferea Uname: Linux 2.6.28-11-generic i686 UnreportableReason: Dit is geen authentiek Ubuntu-pakket. ** Affects: liferea (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- Liferea did receive signal 11 (Segmentatiefout). https://bugs.launchpad.net/bugs/369274 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 369274] Re: Liferea did receive signal 11 (Segmentatiefout).
** Attachment added: "gdb-liferea.txt" http://launchpadlibrarian.net/26138811/gdb-liferea.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/26138813/Dependencies.txt -- Liferea did receive signal 11 (Segmentatiefout). https://bugs.launchpad.net/bugs/369274 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 369274] Re: Liferea did receive signal 11 (Segmentatiefout).
*** This bug is a duplicate of bug 286119 *** https://bugs.launchpad.net/bugs/286119 Maybe also duplicate of: Bug #333645? -- Liferea did receive signal 11 (Segmentatiefout). https://bugs.launchpad.net/bugs/369274 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 343556] Re: MacBook rev3, rev4: Wireless works in 8.10 but not in Jaunty
the sequence mentioned by tomDaniel also worked fine for me: deactivating the driver, rebooting, reactivating, rebooting i have the BCM4328 802.11a/b/g/n in a Dell Latitude D430 thanks to tomDaniel bye, michael -- MacBook rev3, rev4: Wireless works in 8.10 but not in Jaunty https://bugs.launchpad.net/bugs/343556 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 332563] Re: gnome panel keeps freezing randomly
Hereby the gdb attach of the 'hang' of gnome-panel. I hope it finally helps to reveal the cause of this mean randomly gnome-panel freeze thing. ** Attachment added: "gdb-gnome-panel.txt" http://launchpadlibrarian.net/26169652/gdb-gnome-panel.txt -- gnome panel keeps freezing randomly https://bugs.launchpad.net/bugs/332563 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 362192] Re: Tracker indexer runs even when "enable indexing" is disabled
*** This bug is a duplicate of bug 359207 *** https://bugs.launchpad.net/bugs/359207 I installed the packages from your ppa, logged in, logged out and plugged in a USB stick. trackerd and tracker-indexer are both running, but neither are high enough in the process list in top to be visible, so I assume the problem is fixed. I will let you know if I see any more problems. -- Tracker indexer runs even when "enable indexing" is disabled https://bugs.launchpad.net/bugs/362192 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 332563] Re: gnome panel keeps freezing randomly
please don't close this report yet. just happened again. I will attach gdb to the hanging software when getting the issue -- gnome panel keeps freezing randomly https://bugs.launchpad.net/bugs/332563 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