[Bug 243395] [NEW] Turn on stupid mode by default or retry with stupid mode if 'carrier lost'
Public bug reported: Binary package hint: gnome-ppp Problem with GPRS connection in Russia with two mobile operators: MTS and SkyLink. Both don't show login/password text prompt. With MTS connection setup long time- about 40 sec. But with SkyLink I get wvdial error 'Carrier lost' after ~30sec after dial. Stupid mode = on help in both case- connection setup fast and works. Need turn on Stupid mode by default or re-try connection with stupid mode and if it success, use this. ** Affects: gnome-ppp (Ubuntu) Importance: Undecided Status: New -- Turn on stupid mode by default or retry with stupid mode if 'carrier lost' https://bugs.launchpad.net/bugs/243395 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 196411] Re: usbcore deregistering driver stir4200 cause Oops
not reproduced on Hardy updates (on 2.6.24-16-generic kernel) -- usbcore deregistering driver stir4200 cause Oops https://bugs.launchpad.net/bugs/196411 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 196411] Re: usbcore deregistering driver stir4200 cause Oops
not reproduced on Intrepid alpha3 (2.6.26-4-generic) -- usbcore deregistering driver stir4200 cause Oops https://bugs.launchpad.net/bugs/196411 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 235228] Re: Could not open location 'burn:///'
what about fix it in hardy 8.04 LTS ? -- Could not open location 'burn:///' https://bugs.launchpad.net/bugs/235228 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 214271] Re: Usplash timeout too low in script/local_premount/resume : stop usplash
I found this bug too. And on my system, when usplash gone, system boot hangs on "Checking root filesystem". Not reproduced on virtual system- fsck works fine. slumber=$(( ${slumber} * 10 )) while [ ! -e "${resume}" ] || ! /lib/udev/vol_id "${resume}" >/dev/null 2>&1; do /bin/sleep 0.1 slumber=$(( ${slumber} - 1 )) [ ${slumber} -gt 0 ] || break done At least, sleep 0.1 executed 50 times takes 5 sec. Whole loop takes 5.13 sec in my measurement. And also usplash need to wait some thing other usplash_write command from another script. -- Usplash timeout too low in script/local_premount/resume : stop usplash https://bugs.launchpad.net/bugs/214271 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 214271] Re: Usplash timeout too low in script/local_premount/resume : stop usplash
How to reproduce this bug: a) delete swap partition b) or $ sudo nano /etc/initramfs-tools/conf.d/resume (do random edit in UUID) $ sudo update-initramfs -u c) or change UUID of swap partition: $ sudo swapoff /dev/sda5 $ sudo mkswap /dev/sda5 (it re-create swap with new UUID, where sda5 is swap partition) -- Usplash timeout too low in script/local_premount/resume : stop usplash https://bugs.launchpad.net/bugs/214271 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 310843] Re: Firefox crashes X on resize of window
Seems you use slow or broken video driver and firefox floods X. How many RAM you have, swap. free -m output before X hangs. Also interesting in results of: x11perf -all gtkperf Also look to adblock and flashblock Firefox extensions. -- Firefox crashes X on resize of window https://bugs.launchpad.net/bugs/310843 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 312093] [NEW] absent program name in error messages to stderr
Public bug reported: Binary package hint: tracker I have trackerd in my gnome session. In .xsession-errors I see messages: --- Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve property `GtkOptionMenu::indicator-spacing' of type `GtkBorder' from rc file value "0" of type `glong' create pidfile failed: File exists Warning: hotplug syncing disabled. Disk space is low! Disk space is low! Disk space is low! Disk space is low! Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". -- Gtk-Message, Xlib - is not related to this bug report. This bug about "Disk space is low!" without specify program which prodeces this message. Expected result: Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve property `GtkOptionMenu::indicator-spacing' of type `GtkBorder' from rc file value "0" of type `glong' create pidfile failed: File exists Warning: hotplug syncing disabled. trackerd: Disk space is low! <== with specify program name an begin of line trackerd: Disk space is low! trackerd: Disk space is low! trackerd: Disk space is low! Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Additional references: Gnu Coding Standards, Formatting Error Messages: http://www.gnu.org/prep/standards/html_node/Errors.html#Errors ** Affects: tracker (Ubuntu) Importance: Undecided Status: New -- absent program name in error messages to stderr https://bugs.launchpad.net/bugs/312093 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 239074] [NEW] sdb1 (USB flash) as CDROM in fstab when install from USB flash
Public bug reported: Binary package hint: ubiquity I installing my system from 1 Gb USB flash drive (ubuntu-8.04-desktop.iso distribution). All fine but couldn't mount USB flash drive because in /etc/fstab it mentioned as CD-ROM drive. Steps for reproduce: 1. Insert USB Flash drive at least 1Gb. For me it is /dev/sdb 2. Make FAT32 partition on it and, bootable flag (in gparted for example). 3. Get small shell script: http://www.startx.ro/sugar/isotostick.sh and run: sudo ./isotostick.sh ubuntu-8.04-desktop-i386.iso/dev/sdb1 4. Boot from this USB Flash Drive, run "Install". Installation go more fast then from CD. All works fine, but when I reboot and boot my just installed OS, I get error message when connect my USB Flash Drive: couldn't mount, wrong fs or superblock. This is because ubiquity make record in /etc/fstab for /dev/sdb1 as for CD-ROM drive. Solution: do not create any record for /dev/sdb in fstab. ** Affects: ubiquity (Ubuntu) Importance: Undecided Status: New -- sdb1 (USB flash) as CDROM in fstab when install from USB flash https://bugs.launchpad.net/bugs/239074 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 268011] [NEW] xserver-xorg-video-nv driver hangs in NVSync when totem start play video
Public bug reported: Binary package hint: xserver-xorg-video-nv Ubuntu 8.04.1 i386 Integrated NVidia video card: (lspci -v) 00:05.0 VGA compatible controller: nVidia Corporation C51 [Quadro NVS 210S/GeForce 6150LE] (rev a2) (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. Unknown device 81cd Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 5 Memory at fc00 (32-bit, non-prefetchable) [size=16M] Memory at d000 (64-bit, prefetchable) [size=256M] Memory at fb00 (64-bit, non-prefetchable) [size=16M] [virtual] Expansion ROM at 8800 [disabled] [size=128K] Capabilities: [48] Power Management version 2 Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable- Some times when I double-click to some video file (.flv from youtube for ex.) totem window appears and resize. And in this moment, before playing video, X.org totally freezes. Still I can login via ssh from another computer. X eats 100% CPU. gdb > attach 0xb6fa3a36 in NVSync () from /usr/lib/xorg/modules/drivers//nv_drv.so (gdb) bt #0 0xb6fa3a36 in NVSync () from /usr/lib/xorg/modules/drivers//nv_drv.so #1 0xb5c9bf22 in XAACopyAreaFallback () from /usr/lib/xorg/modules//libxaa.so #2 0xb5c9d1d7 in XAACopyArea () from /usr/lib/xorg/modules//libxaa.so #3 0xb5cdc33a in cwCopyArea () from /usr/lib/xorg/modules//libxaa.so #4 0x08172516 in ?? () #5 0x0811fcac in ?? () #6 0x08130828 in ?? () #7 0x081308f1 in ?? () #8 0x08129ac5 in miPointerUpdateSprite () #9 0x080c80bd in ProcessInputEvents () #10 0x0808d867 in Dispatch () #11 0x0807471b in main () I try * apt-get source xserver-xorg-video-nv * cd xserver-xorg-video-nv-2.1.8 * nano debian/rules and comment #dh_strip * dpkg-buildpackage -rfakeroot -b * cd .. * sudo dpkg -i xserver-xorg-video-nv_2.1.8-sashnov1_i386.deb Back trace with debug symbols: 0xb6f43a16 in NVSync (pScrn=0x821d160) at ../../src/nv_xaa.c:305 305 while(pNv->PGRAPH[0x0700/4]); (gdb) bt #0 0xb6f43a16 in NVSync (pScrn=0x821d160) at ../../src/nv_xaa.c:305 #1 0xb5c3bf22 in XAACopyAreaFallback () from /usr/lib/xorg/modules//libxaa.so #2 0xb5c3d1d7 in XAACopyArea () from /usr/lib/xorg/modules//libxaa.so #3 0xb5c7c33a in cwCopyArea () from /usr/lib/xorg/modules//libxaa.so #4 0x08172516 in ?? () #5 0x0811ed44 in ?? () #6 0x081307d0 in ?? () #7 0x081308f1 in ?? () #8 0x08129ac5 in miPointerUpdateSprite () #9 0x080c80bd in ProcessInputEvents () #10 0x0808d867 in Dispatch () #11 0x0807471b in main () Additionally, may be following been usefull: (gdb) info locals pNv = (NVPtr) 0x821d650 (gdb) print pNv $1 = (NVPtr) 0x821d650 (gdb) print *pNv $2 = {SavedReg = {bpp = 0, width = 0, height = 0, interlace = 255, repaint0 = 0, repaint1 = 189, screen = 16, scale = 269484049, dither = 786432, extra = 0, fifo = 24, pixel = 128, horiz = 0, arbitration0 = 133, arbitration1 = 128, pll = 0, pllB = 0, vpll = 334339, vpll2 = 197633, vpllB = 2147495435, vpll2B = 2147490307, pllsel = 2052, control = 0, general = 256, crtcOwner = 3, head = 16, head2 = 0, config = 0, cursorConfig = 33554432, cursor0 = 0, cursor1 = 0, cursor2 = 0, timingH = 10, timingV = 2, displayV = 0, crtcSync = 1252, crtcVSync = 1024}, ModeReg = {bpp = 0, width = 0, height = 0, interlace = 0, repaint0 = 0, repaint1 = 0, screen = 0, scale = 0, dither = 0, extra = 0, fifo = 0, pixel = 0, horiz = 0, arbitration0 = 0, arbitration1 = 0, pll = 0, pllB = 0, vpll = 0, vpll2 = 0, vpllB = 0, vpll2B = 0, pllsel = 0, control = 0, general = 0, crtcOwner = 0, head = 0, head2 = 0, config = 0, cursorConfig = 0, cursor0 = 0, cursor1 = 0, cursor2 = 0, timingH = 0, timingV = 0, displayV = 0, crtcSync = 0, crtcVSync = 0}, CurrentState = 0x0, Architecture = 64, CursorStart = 33013760, pEnt = 0x821af98, PciInfo = 0x8218f18, PciTag = 10240, Chipset = 282985029, ChipRev = 162, Primary = 1, IOAddress = 4227858432, FbAddress = 3489660928, FbBase = 0xb3c2f000 , FbStart = 0xb3c2f000 , FbMapSize = 33554432, FbUsableSize = 32980992, ScratchBufferSize = 16384, ScratchBufferStart = 32964608, NoAccel = 0, HWCursor = 0, FpScale = 1, ShadowFB = 0, ShadowPtr = 0x0, ShadowPitch = 0, MinVClockFreqKHz = 12000, MaxVClockFreqKHz = 40, CrystalFreqKHz = 27000, RamAmountKBytes = 32768, REGS = 0xb5ca4000, PCRTC0 = 0xb62a4000, PCRTC = 0xb62a6000, PRAMDAC0 = 0xb6324000, PFB = 0xb5da4000, PFIFO = 0xb5ca6000, PGRAPH = 0xb60a4000, PEXTDEV = 0xb5da5000, PTIMER = 0xb5cad000, PMC = 0xb5ca4000, PRAMIN = 0xb63b4000, FIFO = 0xb64a4000, CURSOR = 0x0, PCIO0 = 0xb62a5000 , PCIO = 0xb62a7000 , PVIO = 0xb5d64000 , PDIO0 = 0xb6325000 , PDIO = 0xb6327000 , PRAMDAC = 0xb6326000, AccelInfoRec = 0x824b0d8, CursorInfoRec = 0x0, DGAModes = 0x8249fb0, numDGAModes = 40, DGAactive = 0, DGAViewportStatus = 0, PointerMoved = 0, BlockHandler = 0x81304b0, CloseScreen = 0xb6f93120 , ---Ty
[Bug 268011] Re: xserver-xorg-video-nv driver hangs in NVSync when totem start play video
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/17430813/Dependencies.txt -- xserver-xorg-video-nv driver hangs in NVSync when totem start play video https://bugs.launchpad.net/bugs/268011 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 268011] Re: xserver-xorg-video-nv driver hangs in NVSync when totem start play video
Sorry, forgot significant detail: I use twinview, [EMAIL PROTECTED] (2 same monitors) ** Attachment added: "xorg.conf - twinview" http://launchpadlibrarian.net/17435336/xorg.conf -- xserver-xorg-video-nv driver hangs in NVSync when totem start play video https://bugs.launchpad.net/bugs/268011 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 268011] Re: xserver-xorg-video-nv driver hangs in NVSync when totem start play video
>From /var/log/Xorg.0.log (--) PCI:*(0:5:0) nVidia Corporation C51 [Quadro NVS 210S/GeForce 6150LE] rev 162, Mem @ 0xfc00/24, 0xd000/28, 0xfb00/24 (II) Module glx: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.1 (II) NVIDIA GLX Module 169.12 Thu Feb 14 18:45:56 PST 2008 (--) Chipset Unknown NVIDIA chip found (**) NV(0): Option "DualHead" "true" (==) NV(0): Using HW cursor (==) NV(0): Write-combining range (0xd000,0x200) (II) NV(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles 8x8 mono pattern filled rectangles Indirect CPU to Screen color expansion Solid Lines Scanline Image Writes Setting up tile and stipple cache: 32 128x128 slots 17 256x256 slots 6 512x512 slots (==) NV(0): Backing store disabled (==) NV(0): Silken mouse enabled (II) NV(0): DPMS enabled (WW) NV(0): Option "AccelMethod" is not used (WW) NV(0): Option "MigrationHeuristic" is not used (WW) NV(0): Option "UseEdidDpi" is not used (WW) NV(0): Option "DPI" is not used (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found) entire log in attach. ** Attachment added: "/var/log/Xorg.0.log" http://launchpadlibrarian.net/17435395/Xorg.0.log -- xserver-xorg-video-nv driver hangs in NVSync when totem start play video https://bugs.launchpad.net/bugs/268011 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 310824] Re: opreport crashes with "error: basic_string::erase"
curl http://launchpadlibrarian.net/20680947/anon-map-names.patch | md5sum 66a42965f1f0e160857b3def2d7a3258 - this patch is helpfull. -- opreport crashes with "error: basic_string::erase" https://bugs.launchpad.net/bugs/310824 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 196411] [NEW] usbcore deregistering driver stir4200 cause Oops
Public bug reported: Binary package hint: linux-source-2.6.22 DISTRIB_ID=Ubuntu DISTRIB_RELEASE=7.10 DISTRIB_CODENAME=gutsy DISTRIB_DESCRIPTION="Ubuntu 7.10" kernel 2.6.22-14-generic (package linux-image-2.6.22-14-generic) Steps to reproduce: 1. plug SigmaTel 4200 to USB 2. # irattach irda0 # modprobe ircomm_tty 3. $ pilot-xfer --list -p /dev/ircomm0 4. unplug SigmaTel4200 dongle (just remove USB device) dmesg: [18355.608000] usb 2-2: new full speed USB device using ohci_hcd and address 3 [18355.82] usb 2-2: configuration #1 chosen from 1 choice [18355.828000] SigmaTel STIr4200 IRDA/USB found at address 3, Vendor: 66f, Product: 4200 [18355.828000] /build/buildd/linux-source-2.6.22-2.6.22/drivers/net/irda/stir4200.c: IrDA: Registered SigmaTel device irda0 [18355.952000] irlap_change_speed(), setting speed to 9600 [18387.78] ircomm_tty_attach_cable() [18387.78] ircomm_tty_ias_register() [18388.524000] irlap_change_speed(), setting speed to 38400 [18390.612000] irlap_change_speed(), setting speed to 9600 [18393.112000] irlap_change_speed(), setting speed to 38400 [18393.744000] irlmp_state_dtr(), Unknown event LM_LAP_CONNECT_CONFIRM on LSAP 0x0 [18393.744000] ircomm_param_service_type(), services in common=04 [18393.744000] ircomm_param_service_type(), resulting service type=0x04 [18393.784000] ircomm_param_xon_xoff(), XON/XOFF = 0x11,0x13 [18393.784000] ircomm_param_enq_ack(), ENQ/ACK = 0x13,0x11 [18393.784000] ircomm_tty_check_modem_status() [18394.192000] ircomm_param_xon_xoff(), XON/XOFF = 0x11,0x13 [18394.192000] ircomm_param_enq_ack(), ENQ/ACK = 0x13,0x11 [18394.192000] ircomm_tty_check_modem_status() [18394.548000] ircomm_param_xon_xoff(), XON/XOFF = 0x11,0x13 [18394.548000] ircomm_param_enq_ack(), ENQ/ACK = 0x13,0x11 [18394.548000] ircomm_tty_check_modem_status() [18400.288000] ircomm_tty_close() [18400.288000] ircomm_tty_shutdown() [18400.288000] ircomm_tty_detach_cable() [18400.288000] ircomm_close() [18400.336000] irlap_change_speed(), setting speed to 9600 [18462.676000] usb 2-2: USB disconnect, address 3 [18462.724000] usbcore: deregistering interface driver stir4200 [18462.728000] BUG: unable to handle kernel paging request at virtual address f8c66d4e [18462.728000] printing eip: [18462.728000] f8c66d4e [18462.728000] *pde = 351fd067 [18462.728000] *pte = [18462.728000] Oops: [#1] [18462.728000] SMP [18462.728000] Modules linked in: ircomm_tty ircomm nls_iso8859_1 vfat fat usb_storage libusual snd_rtctimer vmnet(P) vmmon(P) binfmt_misc rfcomm l2cap bluetooth vboxdrv af_packet cifs irda crc_ccitt iptable_filter ip_tables x_tables ppdev cpufreq_stats cpufreq_ondemand cpufreq_powersave freq_table cpufreq_userspace cpufreq_conservative container video ac button dock sbs battery nls_cp437 isofs loop lp snd_hda_intel snd_pcm_oss snd_mixer_oss snd_pcm snd_page_alloc snd_hwdep snd_seq_dummy snd_seq_oss snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq snd_timer snd_seq_device serio_raw snd parport_pc parport agpgart psmouse pcspkr k8temp i2c_nforce2 shpchp pci_hotplug soundcore i2c_core ipv6 nfs lockd sunrpc evdev ext3 jbd mbcache sg sd_mod ata_generic forcedeth ohci_hcd sata_nv libata scsi_mod ehci_hcd amd74xx ide_core usbcore thermal processor fan fuse apparmor commoncap [18462.728000] CPU:1 [18462.728000] EIP:0060:[]Tainted: P VLI [18462.728000] EFLAGS: 00010282 (2.6.22-14-generic #1) [18462.728000] EIP is at 0xf8c66d4e [18462.728000] eax: c03c5ff4 ebx: d7e06500 ecx: dfa4dea0 edx: [18462.728000] esi: f412a800 edi: f8c68f20 ebp: esp: dfa4debc [18462.728000] ds: 007b es: 007b fs: 00d8 gs: ss: 0068 [18462.728000] Process khubd (pid: 2212, ti=dfa4c000 task=f7c9d9f0 task.ti=dfa4c000) [18462.728000] Stack: f412a800 f412a818 f8889000 f3f93400 f412a818 f8c68f50 f412a890 f3f93458 [18462.728000]c0260fd8 f412a818 f412a818 c0261443 f412a890 c02608ac f412a818 f412a818 [18462.728000]c025ea10 f412a818 f3f93400 0001 f3f93544 f888629e f3f9370c 001f [18462.728000] Call Trace: [18462.728000] [] usb_unbind_interface+0x50/0xa0 [usbcore] [18462.728000] [] __device_release_driver+0x68/0xa0 [18462.728000] [] device_release_driver+0x23/0x40 [18462.728000] [] bus_remove_device+0x5c/0x90 [18462.728000] [] device_del+0x160/0x260 [18462.728000] [] usb_disable_device+0x7e/0xe0 [usbcore] [18462.728000] [] usb_disconnect+0x97/0x130 [usbcore] [18462.728000] [] hub_thread+0x26f/0xc30 [usbcore] [18462.728000] [] schedule+0x2ca/0x890 [18462.728000] [] autoremove_wake_function+0x0/0x50 [18462.728000] [] hub_thread+0x0/0xc30 [usbcore] [18462.728000] [] kthread+0x42/0x70 [18462.728000] [] kthread+0x0/0x70 [18462.728000] [] kernel_thread_helper+0x7/0x10 [18462.728000] === [18462.728000] Code: Bad EIP value. [18462.728000] EIP: [] 0xf8c66d4e SS:ESP 0068:dfa4debc [18462.76] __ircomm_tty_cleanup() [18462.76] ircomm_tty_shutdown() After this USB
[Bug 173799] Re: POSE gets "hardware exception #3" on startup
I hit this bug too. ROM- transfered from my Palm m105. Problem is resolved by patch :-) -- POSE gets "hardware exception #3" on startup https://bugs.launchpad.net/bugs/173799 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 200293] Re: hard to select timezone on map
seems dup of 199728 -- hard to select timezone on map https://bugs.launchpad.net/bugs/200293 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 155035] Re: feature request: manually add apt mirror using adept
+1 In my office local mirror: mirror.plesk.ru - how can I add it in "Applications sources" ? -- feature request: manually add apt mirror using adept https://bugs.launchpad.net/bugs/155035 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 135029] Re: Poor man install on ntfs Gutsy Gibbon (Tribe 5)
booting ubuntu live CD from C:\casper (NTFS) is very interesting idea. -- Poor man install on ntfs Gutsy Gibbon (Tribe 5) https://bugs.launchpad.net/bugs/135029 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 196411] Re: usbcore deregistering driver stir4200 cause Oops
I found workaround: I change (my) scritp /etc/udev/rules.d/55-irda-stir4200.rules to: #!/bin/sh killall irattach # kill irattach first and wait sleep 1 rmmod stir4200 sleep 1 rmmod ircomm_tty now plug/unplug IRDA dongle don't crash USB subsystem. -- usbcore deregistering driver stir4200 cause Oops https://bugs.launchpad.net/bugs/196411 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 199364] [NEW] netstat arg parser not warn about unused arguments
Public bug reported: Binary package hint: net-tools Seems netstat uses only command line options (-t or --tcp for example) and not uses arguments at all. But command line parser not warn about it For example: $ netstat -atn# works fine $ netstat atn # my misstake- I forgot '-' -- output is idential just 'netstat', argument 'atn' is silently ignored. Expected: netstat must warn about incorrect command line arguments. ** Affects: net-tools (Ubuntu) Importance: Undecided Status: New -- netstat arg parser not warn about unused arguments https://bugs.launchpad.net/bugs/199364 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 117678] pidgin (gaim) incorrect displays offline icq message in utf-16be
Public bug reported: Binary package hint: gaim Pidgin uses libicq2000 for work with oscar protocol. Now oscar work with utf-16be encoding for store non-Latin1 messages and jabber transport pyict-t-0.8 uses utf-16be for send offline messages. But when Pidgin (Gaim) become to online, it only get garbage instead of cyrillic message. For fix this bug need to add utf-16be support to libicq2000. ** Affects: pidgin (Ubuntu) Importance: Undecided Status: Unconfirmed -- pidgin (gaim) incorrect displays offline icq message in utf-16be https://bugs.launchpad.net/bugs/117678 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 109152] totem spawn many error alerts about unsupported files
Public bug reported: Binary package hint: totem Steps for reproduce: 1. run totem 2. drag-and-drop folder with non-media files, for example, folder with some .tag.gz files Totem will display one alert per file with text: "Totem could not play 'file://.' There is no plugin to handle this movie". This is not a problem for one, two or three files. But this is critical for big folder with many of non-multimedia files. Solution: Show all errors in one dialog as a table with two columns: Following files was not added to playlist |-- |Filename | Error| |-- | | | [OK] ** Affects: totem (Ubuntu) Importance: Undecided Status: Unconfirmed -- totem spawn many error alerts about unsupported files https://bugs.launchpad.net/bugs/109152 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 366065] Re: "Places" menu only allows 5 items before changing its behaviour
I guess 7 by default (but really I use 9). -- "Places" menu only allows 5 items before changing its behaviour https://bugs.launchpad.net/bugs/366065 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 366065] Re: "Places" menu only allows 5 items before changing its behaviour
Sory, just looking into gnome-panel-2.28.0/debian/patches/71_change_bookmark_submenu_limit_value.patch Default value is 8 for Ubuntu 'karmic' at least. This is good, but seems not enought. 12 will be fine default value. -- "Places" menu only allows 5 items before changing its behaviour https://bugs.launchpad.net/bugs/366065 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 284863] Re: cannot build exmap module in intrepid ibex
Thank you, Alexander! Your patch helps me to build working exmap-modules-source (but build of exmap.deb is failed). With buildfix-karmic.debdiff I install exmap-modules-source on karmic i386, gexmap is working now for me. -- cannot build exmap module in intrepid ibex https://bugs.launchpad.net/bugs/284863 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 268011] Re: xserver-xorg-video-nv driver hangs in NVSync when totem start play video
** Attachment added: "output of lspci -vvnn" http://launchpadlibrarian.net/40236000/lspci_vvnn.txt -- xserver-xorg-video-nv driver hangs in NVSync when totem start play video https://bugs.launchpad.net/bugs/268011 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 268011] Re: xserver-xorg-video-nv driver hangs in NVSync when totem start play video
No problem on Ubuntu 9.10 with same hardware and X.org configuration (xorg.conf). -- xserver-xorg-video-nv driver hangs in NVSync when totem start play video https://bugs.launchpad.net/bugs/268011 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 113637] Re: Samba printers requiring username/password fail on reboot
answer on comment #7 from fbiondi: Same here but it is not a bug. On karmic you just need to add your work group into printer url: This works on hardy: smb://192.168.34.24/LexmarkT On karmic: smb://WORKGROUP/192.168.34.24/LexmarkT -- Samba printers requiring username/password fail on reboot https://bugs.launchpad.net/bugs/113637 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 243395] Re: Turn on stupid mode by default or retry with stupid mode if 'carrier lost'
Ubuntu 9.04 karmic gnome-ppp-0.3.23-1ubuntu2 Actual result: Problem still present: in modem setup dialog ("Setup" button in main window) checkbox "Wait for dialtone" default is checked and it produces "Stupid Mode = off" in ~/.wvdial.conf Expected result: "Wait for dialtone" will be unchecked by default, "Stupid Mode = on" in ~/.wvdial.conf -- Turn on stupid mode by default or retry with stupid mode if 'carrier lost' https://bugs.launchpad.net/bugs/243395 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1887479] [NEW] No pkg-config file in libdocopt-dev
Public bug reported: No pkg-config file in libdocopt-dev. It causes build process failed because it relies on finding a library via pkg-config: Steps to reproduce: $ git clone g...@github.com:openzim/zim-tools.git $ cd zim-tools/ $ mkdir build $ cd build/ $ meson .. Actual result: The Meson build system Version: 0.45.1 Source dir: /home/alex/tmp/zim-tools Build dir: /home/alex/tmp/zim-tools/build Build type: native build Project name: zim-tools Native C compiler: ccache cc (gcc 7.5.0 "cc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0") Native C++ compiler: ccache c++ (gcc 7.5.0 "c++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0") Build machine cpu family: x86_64 Build machine cpu: x86_64 Found pkg-config: /usr/bin/pkg-config (0.29.1) Native dependency libzim found: YES 6.1.4 Dependency rt found: NO meson.build:20:0: ERROR: Native dependency 'docopt' not found (please, don't mind this 'rt' library absence, it's OK). In /home/alex/tmp/zim-tools/build/meson-logs/meson-log.txt: Determining dependency 'docopt' with pkg-config executable '/usr/bin/pkg-config' meson.build:20:0: ERROR: Native dependency 'docopt' not found Expected result: Meson should find libdocopt via pkg-config Additional info $ dpkg -L libdocopt-dev | grep pc Other packages have it, for example: $ dpkg -L libzstd-dev | grep pc /usr/lib/x86_64-linux-gnu/pkgconfig/libzstd.pc ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: libdocopt-dev 0.6.2-2 Uname: Linux 4.19.91-041991-lowlatency x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.20.9-0ubuntu7.15 Architecture: amd64 CurrentDesktop: ubuntu:GNOME Date: Tue Jul 14 12:41:18 2020 Dependencies: gcc-8-base 8.4.0-1ubuntu1~18.04 libc6 2.27-3ubuntu1 libdocopt0 0.6.2-2 libgcc1 1:8.4.0-1ubuntu1~18.04 libstdc++6 8.4.0-1ubuntu1~18.04 InstallationDate: Installed on 2019-10-27 (260 days ago) InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725) SourcePackage: docopt.cpp UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: docopt.cpp (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1887479 Title: No pkg-config file in libdocopt-dev To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/docopt.cpp/+bug/1887479/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1887479] Re: No pkg-config file in libdocopt-dev
After creation of this stub compilation was sucessful: $ cat /usr/lib/x86_64-linux-gnu/pkgconfig/docopt.pc prefix=/usr libdir=/usr/lib includedir=/usr/include Name: docopt Description: C++11 port of docopt URL: http://docopt.org/ Version: 0.6.2 Libs: -L${libdir} -ldocopt Cflags: -I${includedir} -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1887479 Title: No pkg-config file in libdocopt-dev To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/docopt.cpp/+bug/1887479/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1090725] Re: slow scanning because too many times opens /etc/groups and /etc/passwd
strace -c output was attached. We can not see 'read' here because /etc/passwd is just mapped on memory. The actual reading is beyond of strace scope. ** Attachment added: "strace -c output for duplicity" https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1090725/+attachment/3919109/+files/strace-c_output.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1090725 Title: slow scanning because too many times opens /etc/groups and /etc/passwd To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1090725/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1340511] [NEW] man page contains wrong default history size
Public bug reported: man page contains wrong default history size Steps to reproduce: 1.$ man bash 2. Search for HISTSIZE (press /then type HISTSIZE and press ENTER) Actual result: Man page contains the text: --- HISTSIZE The number of commands to remember in the command history (see HISTORY below). The default value is 500. --- Expected result The default value is 2000. Additional information: $ wc -l ~/.bash_history 2000 /home/user/.bash_history $ grep HISTFILESIZE ~/.bashrc HISTFILESIZE=2000 $ apt-get source bash $ cd bash-4.2/ $ grep -nr HISTFILESIZE . ./debian/skel.bashrc:20:HISTFILESIZE=2000 ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: bash 4.2-5ubuntu3 ProcVersionSignature: Ubuntu 3.11.0-19.33-generic 3.11.10.5 Uname: Linux 3.11.0-19-generic i686 ApportVersion: 2.12.5-0ubuntu2.2 Architecture: i386 Date: Fri Jul 11 11:41:58 2014 InstallationDate: Installed on 2014-02-18 (143 days ago) InstallationMedia: Ubuntu-GNOME 13.10 "Saucy Salamander" - Beta i386 (20130926) MarkForUpload: True SourcePackage: bash UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: bash (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 saucy ** Description changed: man page contains wrong default history size Steps to reproduce: 1.$ man bash 2. Search for HISTSIZE (press /then type HISTSIZE and press ENTER) - Actual result: Man page contains the text: --- - HISTSIZE - The number of commands to remember in the command history (see HISTORY below). The default value is 500. + HISTSIZE + The number of commands to remember in the command history (see HISTORY below). The default value is 500. --- - Expected result The default value is 2000. - Additional information: - $ wc -l ~/.bash_history + $ wc -l ~/.bash_history 2000 /home/user/.bash_history + + $ grep HISTFILESIZE ~/.bashrc + HISTFILESIZE=2000 + $ apt-get source bash $ cd bash-4.2/ $ grep -nr HISTFILESIZE . ./debian/skel.bashrc:20:HISTFILESIZE=2000 + ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: bash 4.2-5ubuntu3 ProcVersionSignature: Ubuntu 3.11.0-19.33-generic 3.11.10.5 Uname: Linux 3.11.0-19-generic i686 ApportVersion: 2.12.5-0ubuntu2.2 Architecture: i386 Date: Fri Jul 11 11:41:58 2014 InstallationDate: Installed on 2014-02-18 (143 days ago) InstallationMedia: Ubuntu-GNOME 13.10 "Saucy Salamander" - Beta i386 (20130926) MarkForUpload: True SourcePackage: bash UpgradeStatus: No upgrade log present (probably fresh install) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1340511 Title: man page contains wrong default history size To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1340511/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1491777] [NEW] gtk warnings when using via X11 forwarding
Public bug reported: Ubuntu 14.04 x64 up-to-date on 3 Sep 2015 geany 1.23.1 (built on May 19 2013 with GTK 2.24.18, GLib 2.37.0) alex@umbrella:~$ geany t.txt Press ENTER several times in Geany window: nothing appears in terminal - it's OK Now run Geany via ssh on current machine and do the same thing with pressing ENTER in Geany window: $ ssh -X another_user@localhost This time GTK warning appears on every ENTER press: (geany:7194): Gtk-WARNING **: Failed to parse menu bar accelerator 'disabled' ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: geany 1.23.1+dfsg-1 ProcVersionSignature: Ubuntu 3.13.0-62.102-generic 3.13.11-ckt24 Uname: Linux 3.13.0-62-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.12 Architecture: amd64 CurrentDesktop: Unity Date: Thu Sep 3 16:51:04 2015 InstallationDate: Installed on 2015-02-10 (205 days ago) InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2) SourcePackage: geany UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: geany (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1491777 Title: gtk warnings when using via X11 forwarding To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/geany/+bug/1491777/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1263145] [NEW] Ctrl+= should work as well as Ctrl++
Public bug reported: Ctrl+= should work as well as Ctrl++ Steps to reproduce: 1. Run yelp with Ubuntu (Unity) session with right-up corner "Ubuntu Help" menu 2. Press Ctrl+= like most (including me) do it into Firefox and other programms. Actual result: Nothing happens. Expected result: Ctrl+= should increase a font size like Ctrl++ and 'View->Larger Text' does. Additional info: Ctrl++ (Ctrl+shift+= button) and Ctrl+- work fine as expected: font is decreasing and increasing. ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: yelp 3.8.1-0ubuntu2 ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7 Uname: Linux 3.11.0-14-generic i686 NonfreeKernelModules: fglrx ApportVersion: 2.12.5-0ubuntu2.1 Architecture: i386 Date: Fri Dec 20 22:50:39 2013 ExecutablePath: /usr/bin/yelp InstallationDate: Installed on 2013-05-02 (232 days ago) InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release i386 (20130424) MarkForUpload: True SourcePackage: yelp UpgradeStatus: Upgraded to saucy on 2013-10-27 (53 days ago) ** Affects: yelp (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 saucy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1263145 Title: Ctrl+= should work as well as Ctrl++ To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/yelp/+bug/1263145/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1263857] [NEW] there is no README file into /etc/init directory
Public bug reported: there is no README file into /etc/init directory Steps for reproduce: 1. Go into /etc/init directory: $ cd /etc/init 2. Try to find any description what this directory is Actual result: There is only *.conf files: $ ls -1 /etc/init | grep -v .conf $ Expected result: There should be README file (like it is into /etc/init.d/README) which at least provides links to http://upstart.ubuntu.com and "man 5 init". ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: upstart 1.5-0ubuntu7.2 ProcVersionSignature: Ubuntu 3.2.0-57.87-generic 3.2.52 Uname: Linux 3.2.0-57-generic x86_64 ApportVersion: 2.0.1-0ubuntu17.6 Architecture: amd64 Date: Tue Dec 24 14:31:09 2013 InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) MarkForUpload: True ProcEnviron: LANGUAGE=en_US:en TERM=xterm PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: upstart UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: upstart (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1263857 Title: there is no README file into /etc/init directory To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/1263857/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1210797] [NEW] USB RNDIS device usb0 is not shown
Public bug reported: USB RNDIS device usb0 is not shown in available devices for capture. This device is Android phone RNDIS. tcpdump can capture it: alex@HP-635:~$ ifconfig usb0 usb0 Link encap:Ethernet HWaddr fa:c1:da:09:14:7c inet addr:192.168.42.211 Bcast:192.168.42.255 Mask:255.255.255.0 inet6 addr: fe80::f8c1:daff:fe09:147c/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1707 errors:0 dropped:0 overruns:0 frame:0 TX packets:2271 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:930805 (930.8 KB) TX bytes:393576 (393.5 KB) alex@HP-635:~$ sudo tcpdump -i usb0 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on usb0, link-type EN10MB (Ethernet), capture size 65535 bytes 21:18:37.159850 IP HP-635.52500 > miredo.svr02.mucip.net.3544: UDP, length 61 21:18:37.162742 IP HP-635.51250 > 192.168.42.129.domain: 13880+ PTR? 76.6.170.83.in-addr.arpa. (42) 21:18:38.697722 IP miredo.svr02.mucip.net.3544 > HP-635.52500: UDP, length 117 21:18:38.697854 IP 192.168.42.129.domain > HP-635.51250: 13880 2/0/0 CNAME 76.6.170.83.rev.mucip.net., PTR miredo.svr02.mucip.net. (108) 21:18:38.699612 IP HP-635.11786 > 192.168.42.129.domain: 23537+ PTR? 129.42.168.192.in-addr.arpa. (45) 21:18:39.279020 IP 192.168.42.129.domain > HP-635.11786: 23537 NXDomain 0/0/0 (45) 21:18:42.865610 IP HP-635.netbios-dgm > 192.168.42.255.netbios-dgm: NBT UDP PACKET(138) There is no 'usb0' device into 'Select Interface' dialog (only lo and eth0). I also rejects 'usb0' device when I point on it explicitly: alex@HP-635:~$ sudo iptraf -i usb0 ┌┐ │ Specified interface not supported │ │ Press a key to continue│ └┘ ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: iptraf 3.0.0-8.1 ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4 Uname: Linux 3.8.0-27-generic i686 NonfreeKernelModules: fglrx ApportVersion: 2.9.2-0ubuntu8.1 Architecture: i386 Date: Sat Aug 10 20:22:44 2013 InstallationDate: Installed on 2013-05-02 (100 days ago) InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release i386 (20130424) MarkForUpload: True SourcePackage: iptraf UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: iptraf (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 raring -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1210797 Title: USB RNDIS device usb0 is not shown To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/iptraf/+bug/1210797/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1011257] Re: x-gvfs-show option doesn't work
*** This bug is a duplicate of bug 1012081 *** https://bugs.launchpad.net/bugs/1012081 Workaround is to use comment=x-gvfs-show option instead (works well on Ubuntu 14.04) ** Attachment added: "disks_automount_bug_workaround.png" https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1011257/+attachment/4543143/+files/disks_automount_bug_workaround.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1011257 Title: x-gvfs-show option doesn't work To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1011257/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1340511] Re: man page contains wrong default history size
Indeed, If I comment out all mentions of HISTSIZE and HISTFILESIZE in my .bashrc and .profile I get $ wc -l .bash_history 500 .bash_history (after I shorted it to 490 lines and did some activity). All right, that means we should read our .bashrc carefully. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1340511 Title: man page contains wrong default history size To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1340511/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1086667] Re: Wrong documentation URL in help(curl)
This but does not affect Ubuntu 14.04 It is about Ubuntu 12.04 (it is still supported, isn't it?). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1086667 Title: Wrong documentation URL in help(curl) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pycurl/+bug/1086667/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1407561] [NEW] bzr crashes if FTP server closes connection
Public bug reported: I use an FTP account on free hosting for storing my Bazaar repository. I get bzr crashed if this FTP server closes connection for some reason: $ bzr up FTP sash...@ftp.nm.ru password: FTP control connection closed. Trying to reopen. FTP sash...@ftp.nm.ru password: bzr: ERROR: exceptions.EOFError: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 920, in exception_to_return_code return the_callable(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 1131, in run_bzr ret = run(*run_argv) File "/usr/lib/python2.7/ftplib.py", line 196, in getmultiline line = self.getline() File "/usr/lib/python2.7/ftplib.py", line 186, in getline if not line: raise EOFError EOFError Here is FTP session if I try to use 'ftp' command line client: $ ftp ftp.nm.ru Connected to ftp.nm.ru. 220 ProFTPD 1.3.3 Server (Pochta.ru FTP Server) [80.68.248.91] Name (ftp.nm.ru:alex): sashnov 331 Password required for sashnov Password: 421 Service not available, remote server has closed connection Login failed. No control connection for command: No such file or directory ftp> ls Expected result: bzr should show this 421 error message instead of crash. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: bzr 2.5.1-0ubuntu2 ProcVersionSignature: Ubuntu 3.2.0-74.109-generic 3.2.64 Uname: Linux 3.2.0-74-generic x86_64 NonfreeKernelModules: bc_twofish bc_rijn bc_idea bc_gost bc_des bc_cast bc_blowfish bc_bf448 bc_bf128 bc_3des bestcrypt nvidia ApportVersion: 2.0.1-0ubuntu17.8 Architecture: amd64 Date: Mon Jan 5 11:37:29 2015 InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) MarkForUpload: True PackageArchitecture: all ProcEnviron: TERM=xterm SHELL=/bin/bash PATH=(custom, user) LANG=en_US.UTF-8 LANGUAGE=en_US:en SourcePackage: bzr UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: bzr (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1407561 Title: bzr crashes if FTP server closes connection To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bzr/+bug/1407561/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1315440] [NEW] qtcreator broken links in 'tutorials'
Public bug reported: Broken links in 'tutorials'. We had similar bug about qtcreator 2 in Ubuntu 10.04: https://bugs.launchpad.net/bugs/626180 But this bug is about qtcreator 3 on Ubuntu 14.04 Steps to reproduce: 1. Run Qt Creator, click on Welcome, Tutorials 2. Try to use any 3 first links. Actual result: 404 pages on http://doc.qt.digia.com are opening. Expected result: Links should work. Additional details: qtcreator 3.0.1-0ubuntu4 i386 The links are: http://doc.qt.digia.com/qtcreator/creator-build-example-application.html?view=split http://doc.qt.digia.com/qtcreator/creator-qml-application.html?view=split http://doc.qt.digia.com/qtcreator/creator-writing-program.html?view=split They all produces the same 404 page: --- 404 - Page not found The documentation set you are looking for may have been moved to the Qt Project. Please update your shortcuts or bookmarks. Here are the links for the current releases: https://qt-project.org/doc/qt - Qt Reference Documentation http://qt-project.org/doc/qtcreator - Qt Creator -- 4-th and other links in 'Tutorials' to videos work fine. ** Affects: qtcreator (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1315440 Title: qtcreator broken links in 'tutorials' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/qtcreator/+bug/1315440/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1315693] [NEW] qt-demos doesn't have a desktop file (not in menu)
Public bug reported: qt-demos doesn't have a desktop file (not in menu). In other words there is no way to run 'Qt Demos Launcher' via Applications menu. Steps to reproduce: 1. Running Ubuntu 14.04 Gnome press 'Windows' button to show Gnome Shell search prompt 2. Type 'qt' and see what results are. Actual result: There is no a launcher for 'Demos' (There is Qt Creator, Qt Linguist, Qt Assistant) Expected result: There should be a launcher for 'Qt Demos'. Additional info: There is no '.desktop' file in /usr/share/applications: alex@hp-635:~$ dpkg -L qt4-demos | grep applications alex@hp-635:~$ dpkg -L qt4-demos | grep /bin/ /usr/lib/i386-linux-gnu/qt4/bin/qtdemo The binary above does what I expect- it shows green 'Qt demos' lauch center. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: qt4-demos 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9 Uname: Linux 3.13.0-24-generic i686 ApportVersion: 2.14.1-0ubuntu3 Architecture: i386 CurrentDesktop: GNOME Date: Sat May 3 22:09:24 2014 InstallationDate: Installed on 2014-03-22 (42 days ago) InstallationMedia: Ubuntu-GNOME 14.04 "Trusty Tahr" - Alpha i386 (20140226) SourcePackage: qt4-x11 UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: qt4-x11 (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 trusty -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to qt4-x11 in Ubuntu. https://bugs.launchpad.net/bugs/1315693 Title: qt-demos doesn't have a desktop file (not in menu) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/1315693/+subscriptions -- kubuntu-bugs mailing list kubuntu-b...@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 1393175] [NEW] atop floods /run partition (causes no DNS server problem)
Public bug reported: atop floods /run partition (causes no DNS server problem) Laptop HP-635. Uptime: 3 days 22 hours. With lot of times going to sleep mode. Once I waked it up and realised there is a ping to gateway but no DNS. In /var/log/syslog: Nov 16 17:33:09 hp-635 dnsmasq[1498]: using nameserver 192.168.1.1#53 Nov 16 17:33:09 hp-635 NetworkManager[775]: could not commit DNS changes: (0) Could not close /run/resolvconf/resolv.conf.tmp: No space left on device $ df /run Filesystem 1K-blocks Used Available Use% Mounted on tmpfs 165380 165380 0 100% /run $ sudo ls -lh /run/atop total 160M -rw--- 1 root root 160M Nov. 16 17:57 atop.acct And it's not empty (21 mb compressed): $ sudo cat /run/atop/atop.acct | gzip -1 | wc -c 21246654 $ ps aux | grep atop root 1104 0.0 0.2 4312 4300 ?S ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: atop 1.26-2 ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9 Uname: Linux 3.13.0-24-generic i686 NonfreeKernelModules: fglrx ApportVersion: 2.14.1-0ubuntu3.5 Architecture: i386 CurrentDesktop: Unity Date: Sun Nov 16 17:48:09 2014 InstallationDate: Installed on 2014-03-22 (239 days ago) InstallationMedia: Ubuntu-GNOME 14.04 "Trusty Tahr" - Alpha i386 (20140226) SourcePackage: atop UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: atop (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1393175 Title: atop floods /run partition (causes no DNS server problem) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/atop/+bug/1393175/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1393332] [NEW] gnome-codec-install doesn't handle --help option
Public bug reported: gnome-codec-install doesn't handle --help option neither --usage: Steps to reproduce: Try to use 'gnome-codec-install' to setup the codec for playing a video file. Actual result: $ gnome-codec-install --usage invalid commandline '['--usage']' $ gnome-codec-install --help invalid commandline '['--help']' $ gnome-codec-install --help invalid commandline '['--help']' I need an example to run it for video file which doesn't play with gstreamer yet like: $ gnome-codec-install volf.avi invalid commandline '['volf.avi']' Expected result: gnome-codec-install should process at least --help option to give some examples how to run it correctly. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: gnome-codec-install 0.4.7+nmu1ubuntu3 ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9 Uname: Linux 3.13.0-24-generic i686 NonfreeKernelModules: fglrx ApportVersion: 2.14.1-0ubuntu3.5 Architecture: i386 CurrentDesktop: Unity Date: Mon Nov 17 14:36:05 2014 InstallationDate: Installed on 2014-03-22 (240 days ago) InstallationMedia: Ubuntu-GNOME 14.04 "Trusty Tahr" - Alpha i386 (20140226) PackageArchitecture: all SourcePackage: gnome-codec-install UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: gnome-codec-install (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1393332 Title: gnome-codec-install doesn't handle --help option To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-codec-install/+bug/1393332/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1090725] [NEW] slow scanning because too many times opens /etc/groups and /etc/passwd
Public bug reported: Scaning for which files need to backup is a little bit slow. May this is because 'deja-dup' too many times read /etc/groups (which remains unchanged all time programm works). Steps to reproduce: 1. Run $ deja-dup --backup 'Back Up' window is appears 2. Wait for 'Scanning...' stage (when in log appears lot of 'Scanning: ' lines. 3. Get PID of '/usr/bin/python /usr/bin/duplicity' process and run strace -p Actual result: A lot of sequences like this: open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 18 _llseek(18, 0, [0], SEEK_CUR) = 0 fstat64(18, {st_mode=S_IFREG|0644, st_size=1983, ...}) = 0 mmap2(NULL, 1983, PROT_READ, MAP_SHARED, 18, 0) = 0xb772f000 _llseek(18, 1983, [1983], SEEK_SET) = 0 munmap(0xb772f000, 1983)= 0 close(18) = 0 open("/etc/group", O_RDONLY|O_CLOEXEC) = 18 _llseek(18, 0, [0], SEEK_CUR) = 0 fstat64(18, {st_mode=S_IFREG|0644, st_size=1019, ...}) = 0 mmap2(NULL, 1019, PROT_READ, MAP_SHARED, 18, 0) = 0xb772f000 _llseek(18, 1019, [1019], SEEK_SET) = 0 munmap(0xb772f000, 1019)= 0 close(18) alex@hp-635:~$ grep 'open' duplicity_strace.log | wc -l 2101 alex@hp-635:~$ grep 'open' duplicity_strace.log | grep -v '/etc/' | wc -l 49 Expected result: Do not read /etc/passwd and /etc/groups again and again- it doesn't changes in time when programm works. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: deja-dup 22.0-0ubuntu2 ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34 Uname: Linux 3.2.0-35-generic i686 NonfreeKernelModules: fglrx ApportVersion: 2.0.1-0ubuntu17 Architecture: i386 Date: Sat Dec 15 21:02:58 2012 InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 (20120423) MarkForUpload: True SourcePackage: deja-dup UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: deja-dup (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 precise running-unity ** Attachment added: "duplicity_strace.log" https://bugs.launchpad.net/bugs/1090725/+attachment/3460608/+files/duplicity_strace.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1090725 Title: slow scanning because too many times opens /etc/groups and /etc/passwd To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1090725/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 825912] Re: icewm creates two session entries in LightDM
Seems dup of https://bugs.launchpad.net/ubuntu/+source/icewm/+bug/768995 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/825912 Title: icewm creates two session entries in LightDM To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/icewm/+bug/825912/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1146047] [NEW] typo in comment into /lib/init/vars.sh
Public bug reported: typo in comment into /lib/init/vars.sh: /etc/defaults/rcS => /etc/default/rcS ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: initscripts 2.88dsf-13.10ubuntu11.1 ProcVersionSignature: Ubuntu 3.2.0-37.58-generic 3.2.35 Uname: Linux 3.2.0-37-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.0.1-0ubuntu17.1 Architecture: amd64 Date: Tue Mar 5 12:22:49 2013 InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) MarkForUpload: True ProcEnviron: TERM=xterm PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: sysvinit UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: sysvinit (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1146047 Title: typo in comment into /lib/init/vars.sh To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sysvinit/+bug/1146047/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1175647] [NEW] UserManual.pdf wrong about deleting snapshot
Public bug reported: UserManual.pdf wrong about deleting snapshot - data from deleted snapshot does not merges with parent. Instead, data from deleted snapshot merges with all of its child snapshots. Wrong information located into UserManual.pdf: --- 5.5 Differencing images .. If you later delete a snapshot in order to free disk space, for each disk attachment, one of the differencing images becomes obsolete. In this case, the differencing image of the disk attachment cannot simply be deleted. Instead, VirtualBox needs to look at each sector of the differencing image and needs to copy it back into its parent; this is called “merging” images and can be a potentially lengthy process, depending on how large the differencing image is. It can also temporarily need a considerable amount of extra disk space, before the differencing image obsoleted by the merge operation is deleted. --- What exactly wrong in text above: "VirtualBox needs to...copy it back into its parent" But really things are as follow. Imagine the situation: 1. Create new virtual machine with windows XP using existing VDI disk image (fresh installed system) 2. Create "clean" snapshot right after VM creation wizard have finished. 3. Run the virtual machine, do some experiment and turn off it (Start menu, Shutdown) 4. Right click to the "current state" and do "Take Snapshort", name it "after first experiment". Now you will have following snapshots hierarchy: (Hint: you can see size of snapshots in "Virtual Media Manager") XP.vdi - normal VDI, attached to "clean" snapshot (for ex, 1.2 Gb) -- {234234} difference VDI, attached to "experiment 1" snapshot (for ex, 800 Mb) {423412} difference VDI, attached to "XP" (current state, for example, 168 Kb) Question: what will happens if I delete "experiment 1" snapshot now? According to the documentation (see quotation above) data from "experiment 1" will be merged to its parent- "clean" snapshot. But it really merges to "current state" snapshot, so after delete we will get following snapshots hierarchy: XP.vdi - normal VDI, attached to "clean" snapshot (for ex, 1.2 Gb) --{423412} diff VDI, attached to "XP" (current state, 802 Mb) More more, if you had following hierarchy: XP.vdi - normal VDI, attached to "clean" snapshot (for ex, 1.2 Gb) -- {234234} diff VDI, attached to "experiment 1" snapshot (for ex, 800 Mb) {63453} diff VDI, attached to "experiment 2a " snapshot (for ex, 30 Mb) {32344} diff VDI, attached to "experiment 2b " snapshot (for ex, 20 Mb) --{423412} difference VDI, attached to "XP" (current state, for example, 168 Kb) Question: what will happend if you delete "experiment 1" snapshot? Of cause, it will _not_ be merged with parent "clean" image. It will merged into _both_ "experiment 2a" and "experiment 2b": XP.vdi - normal VDI, attached to "clean" snapshot (for ex, 1.2 Gb) -- {63453} diff VDI, attached to "experiment 2a " (830 Mb) -- {32344} diff VDI, attached to "experiment 2b " (820 Mb) {423412} diff VDI, attached to "XP" (current state, for example, 168 Kb) That how it works in VirtualBox 4.2. ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: virtualbox 4.2.10-dfsg-0ubuntu2 ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8 Uname: Linux 3.8.0-19-generic i686 ApportVersion: 2.9.2-0ubuntu8 Architecture: i386 Date: Thu May 2 21:44:37 2013 InstallationDate: Installed on 2013-05-02 (0 days ago) InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release i386 (20130424) MarkForUpload: True ProcEnviron: TERM=xterm PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=ru_RU.UTF-8 SHELL=/bin/bash SourcePackage: virtualbox UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: virtualbox (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 raring -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1175647 Title: UserManual.pdf wrong about deleting snapshot To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/1175647/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1175647] Re: UserManual.pdf wrong about deleting snapshot
** Description changed: UserManual.pdf wrong about deleting snapshot - data from deleted snapshot does not merges with parent. Instead, data from deleted snapshot merges with all of its child snapshots. - Wrong information located into UserManual.pdf: --- 5.5 Differencing images .. If you later delete a snapshot in order to free disk space, for each disk attachment, one of the differencing images becomes obsolete. In this case, the differencing image of the disk attachment cannot simply be deleted. Instead, VirtualBox needs to look at each sector of the differencing image and needs to copy it back into its parent; this is called “merging” images and can be a potentially lengthy process, depending on how large the differencing image is. It can also temporarily need a considerable amount of extra disk space, before the differencing image obsoleted by the merge operation is deleted. --- What exactly wrong in text above: "VirtualBox needs to...copy it back into its parent" - But really things are as follow. Imagine the situation: 1. Create new virtual machine with windows XP using existing VDI disk image - (fresh installed system) + (fresh installed system) 2. Create "clean" snapshot right after VM creation wizard have finished. 3. Run the virtual machine, do some experiment and turn off it (Start menu, Shutdown) 4. Right click to the "current state" and do "Take Snapshort", name it "after first experiment". - Now you will have following snapshots hierarchy: (Hint: you can see size of snapshots in "Virtual Media Manager") XP.vdi - normal VDI, attached to "clean" snapshot (for ex, 1.2 Gb) - -- {234234} difference VDI, attached to "after first experiment" snapshot (for ex, 800 Mb) + -- {234234} difference VDI, attached to "experiment 1" snapshot (for ex, 800 Mb) {423412} difference VDI, attached to "XP" (current state, for example, 168 Kb) + Question: what will happens if I delete "experiment 1" snapshot now? - Question: what will happens if I delete "after first experiment" snapshot now? - - According to the documentation (see quotation above) data from "after - first experiment" will be merged to its parent- "clean" snapshot. + According to the documentation (see quotation above) data from + "experiment 1" will be merged to its parent- "clean" snapshot. But it really merges to "current state" snapshot, so after delete we - will get: + will get following snapshots hierarchy: - XP.vdi - normal VDI, attached to "clean" snapshot (for ex, 1.2 Gb) - --{423412} difference VDI, attached to "XP" (current state, for example, 802 Kb) + + XP.vdi - normal VDI, attached to "clean" snapshot (for ex, 1.2 Gb) + --{423412} diff VDI, attached to "XP" (current state, 802 Mb) More more, if you had following hierarchy: XP.vdi - normal VDI, attached to "clean" snapshot (for ex, 1.2 Gb) - -- {234234} difference VDI, attached to "after first experiment" snapshot (for ex, 800 Mb) - {63453} difference VDI, attached to "after second experiment a " snapshot (for ex, 30 Mb) - {32344} difference VDI, attached to "after second experiment b " snapshot (for ex, 20 Mb) + -- {234234} diff VDI, attached to "experiment 1" snapshot (for ex, 800 Mb) + {63453} diff VDI, attached to "experiment 2a " snapshot (for ex, 30 Mb) + {32344} diff VDI, attached to "experiment 2b " snapshot (for ex, 20 Mb) --{423412} difference VDI, attached to "XP" (current state, for example, 168 Kb) - Question: what will happend if you delete "after first experiment" - snapshot? + Question: what will happend if you delete "experiment 1" snapshot? - Of cause, it will not be merged with parent "clean" image. + Of cause, it will _not_ be merged with parent "clean" image. - It will merged to _both_ "after second experiment a" and "after second - experiment b": + It will merged into _both_ "experiment 2a" and "experiment 2b": XP.vdi - normal VDI, attached to "clean" snapshot (for ex, 1.2 Gb) - -- {63453} difference VDI, attached to "after second experiment a " snapshot (for ex, 830 Mb) - -- {32344} difference VDI, attached to "after second experiment b " snapshot (for ex, 820 Mb) - {423412} difference VDI, attached to "XP" (current state, for example, 168 Kb) + -- {63453} diff VDI, attached to "experiment 2a " (830 Mb) + -- {32344} diff VDI, attached to "experiment 2b " (820 Mb) + {423412} diff VDI, attached to "XP" (current state, for example, 168 Kb) + That how it works in VirtualBox 4.2. + + ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: virtualbox 4.2.10-dfsg-0ubuntu2 ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8 Uname: Linux 3.8.0-19-generic i686 ApportVersion: 2.9.2-0ubuntu8 Architecture: i386 Date: Thu May 2 21:44:37 2013 InstallationDate:
[Bug 1175647] Re: UserManual.pdf wrong about deleting snapshot
** Description changed: UserManual.pdf wrong about deleting snapshot - data from deleted snapshot does not merges with parent. Instead, data from deleted snapshot merges with all of its child snapshots. - Wrong information located into UserManual.pdf: + Wrong information is located into UserManual.pdf: --- 5.5 Differencing images .. - If you later delete a snapshot in order to free disk space, for each disk attachment, one of - the differencing images becomes obsolete. In this case, the differencing image of the disk - attachment cannot simply be deleted. Instead, VirtualBox needs to look at each sector of - the differencing image and needs to copy it back into its parent; this is called “merging” - images and can be a potentially lengthy process, depending on how large the differencing - image is. It can also temporarily need a considerable amount of extra disk space, before - the differencing image obsoleted by the merge operation is deleted. + If you later delete a snapshot in order to free disk space, for each disk attachment, one of the differencing images becomes obsolete. In this case, the differencing image of the disk attachment cannot simply be deleted. Instead, VirtualBox needs to look at each sector of the differencing image and needs to copy it back into its parent; this is alled “merging” images and can be a potentially lengthy process, epending on how large the differencing image is. It can also emporarily need a considerable amount of extra disk space, before the differencing image obsoleted by the merge operation is deleted. --- What exactly wrong in text above: "VirtualBox needs to...copy it back into its parent" But really things are as follow. Imagine the situation: - 1. Create new virtual machine with windows XP using existing VDI disk image - (fresh installed system) + 1. Create new virtual machine with windows XP using existing VDI disk + image (image of just installed system) 2. Create "clean" snapshot right after VM creation wizard have finished. 3. Run the virtual machine, do some experiment and turn off it (Start menu, Shutdown) 4. Right click to the "current state" and do "Take Snapshort", name it "after first experiment". Now you will have following snapshots hierarchy: (Hint: you can see size of snapshots in "Virtual Media Manager") - XP.vdi - normal VDI, attached to "clean" snapshot (for ex, 1.2 Gb) - -- {234234} difference VDI, attached to "experiment 1" snapshot (for ex, 800 Mb) - {423412} difference VDI, attached to "XP" (current state, for example, 168 Kb) + XP.vdi - normal VDI, attached to "clean" snapshot (1.2 Gb for ex.) + -- {234234} diff VDI, attached to "experiment 1" (for ex, 800 Mb) + {423412} diff VDI, attached to "XP" (current state), 168 Kb Question: what will happens if I delete "experiment 1" snapshot now? According to the documentation (see quotation above) data from "experiment 1" will be merged to its parent- "clean" snapshot. But it really merges to "current state" snapshot, so after delete we will get following snapshots hierarchy: - - XP.vdi - normal VDI, attached to "clean" snapshot (for ex, 1.2 Gb) + XP.vdi - normal VDI, attached to "clean" snapshot (1.2 Gb for ex.) --{423412} diff VDI, attached to "XP" (current state, 802 Mb) - - More more, if you had following hierarchy: - XP.vdi - normal VDI, attached to "clean" snapshot (for ex, 1.2 Gb) - -- {234234} diff VDI, attached to "experiment 1" snapshot (for ex, 800 Mb) - {63453} diff VDI, attached to "experiment 2a " snapshot (for ex, 30 Mb) - {32344} diff VDI, attached to "experiment 2b " snapshot (for ex, 20 Mb) - --{423412} difference VDI, attached to "XP" (current state, for example, 168 Kb) + XP.vdi - normal VDI, attached to "clean" snapshot (1.2 Gb for ex.) + -- {234234} diff VDI, attached to "experiment 1" (for ex, 800 Mb) + {63453} diff VDI, attached to "experiment 2a " (for ex, 30 Mb) + {32344} diff VDI, attached to "experiment 2b " (for ex, 20 Mb) + --{423412} difference VDI, attached to "XP" (current state), 168 Kb Question: what will happend if you delete "experiment 1" snapshot? Of cause, it will _not_ be merged with parent "clean" image. It will merged into _both_ "experiment 2a" and "experiment 2b": - XP.vdi - normal VDI, attached to "clean" snapshot (for ex, 1.2 Gb) - -- {63453} diff VDI, attached to "experiment 2a " (830 Mb) - -- {32344} diff VDI, attached to "experiment 2b " (820 Mb) - {423412} diff VDI, attached to "XP" (current state, for example, 168 Kb) - + XP.vdi - normal VDI, attached to "clean" snapshot (1.2 Gb for ex.) + -- {63453} diff VDI, attached to "experiment 2a " (for ex, 830 Mb) + -- {32344} diff VDI, attached to "experiment 2b " (for ex, 820 Mb) + {423412} difference VDI, attached to "XP" (current
[Bug 1175647] Re: UserManual.pdf wrong about deleting snapshot
** Description changed: UserManual.pdf wrong about deleting snapshot - data from deleted snapshot does not merges with parent. Instead, data from deleted snapshot merges with all of its child snapshots. Wrong information is located into UserManual.pdf: --- 5.5 Differencing images .. If you later delete a snapshot in order to free disk space, for each disk attachment, one of the differencing images becomes obsolete. In this case, the differencing image of the disk attachment cannot simply be deleted. Instead, VirtualBox needs to look at each sector of the differencing image and needs to copy it back into its parent; this is alled “merging” images and can be a potentially lengthy process, epending on how large the differencing image is. It can also emporarily need a considerable amount of extra disk space, before the differencing image obsoleted by the merge operation is deleted. --- - What exactly wrong in text above: "VirtualBox needs to...copy it back - into its parent" + What exactly wrong in text above: + + VirtualBox needs to look at each sector of the differencing image and + needs to copy it back into its parent. + + + I think it would be something like: + + VirtualBox needs to look at each sector of the differencing image and + needs to copy it forward into all of its children. + But really things are as follow. Imagine the situation: 1. Create new virtual machine with windows XP using existing VDI disk image (image of just installed system) 2. Create "clean" snapshot right after VM creation wizard have finished. 3. Run the virtual machine, do some experiment and turn off it (Start menu, Shutdown) 4. Right click to the "current state" and do "Take Snapshort", name it "after first experiment". Now you will have following snapshots hierarchy: (Hint: you can see size of snapshots in "Virtual Media Manager") XP.vdi - normal VDI, attached to "clean" snapshot (1.2 Gb for ex.) -- {234234} diff VDI, attached to "experiment 1" (for ex, 800 Mb) {423412} diff VDI, attached to "XP" (current state), 168 Kb Question: what will happens if I delete "experiment 1" snapshot now? According to the documentation (see quotation above) data from "experiment 1" will be merged to its parent- "clean" snapshot. But it really merges to "current state" snapshot, so after delete we will get following snapshots hierarchy: XP.vdi - normal VDI, attached to "clean" snapshot (1.2 Gb for ex.) --{423412} diff VDI, attached to "XP" (current state, 802 Mb) More more, if you had following hierarchy: XP.vdi - normal VDI, attached to "clean" snapshot (1.2 Gb for ex.) -- {234234} diff VDI, attached to "experiment 1" (for ex, 800 Mb) {63453} diff VDI, attached to "experiment 2a " (for ex, 30 Mb) {32344} diff VDI, attached to "experiment 2b " (for ex, 20 Mb) --{423412} difference VDI, attached to "XP" (current state), 168 Kb Question: what will happend if you delete "experiment 1" snapshot? Of cause, it will _not_ be merged with parent "clean" image. It will merged into _both_ "experiment 2a" and "experiment 2b": XP.vdi - normal VDI, attached to "clean" snapshot (1.2 Gb for ex.) -- {63453} diff VDI, attached to "experiment 2a " (for ex, 830 Mb) -- {32344} diff VDI, attached to "experiment 2b " (for ex, 820 Mb) {423412} difference VDI, attached to "XP" (current state), 168 Kb That how it works in VirtualBox 4.2. ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: virtualbox 4.2.10-dfsg-0ubuntu2 ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8 Uname: Linux 3.8.0-19-generic i686 ApportVersion: 2.9.2-0ubuntu8 Architecture: i386 Date: Thu May 2 21:44:37 2013 InstallationDate: Installed on 2013-05-02 (0 days ago) InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release i386 (20130424) MarkForUpload: True ProcEnviron: TERM=xterm PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=ru_RU.UTF-8 SHELL=/bin/bash SourcePackage: virtualbox UpgradeStatus: No upgrade log present (probably fresh install) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1175647 Title: UserManual.pdf wrong about deleting snapshot To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/1175647/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1175647] Re: Documentation about snapshot deletion is wrong
** Summary changed: - UserManual.pdf wrong about deleting snapshot + Documentation about snapshot deletion is wrong ** Summary changed: - Documentation about snapshot deletion is wrong + User manual is wrong about snapshot deletion -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1175647 Title: User manual is wrong about snapshot deletion To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/1175647/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1161209] [NEW] (stderr) Failed to parse new birthday string
Public bug reported: When I run empathy from command line, I can see following in my console window: alex@umbrella:~$ empathy & [1] 3786 alex@umbrella:~$ (empathy:3786): telepathy-WARNING **: tpf-persona.vala:841: Failed to parse new birthday string '11.06.1981' (empathy:3786): telepathy-WARNING **: tpf-persona.vala:841: Failed to parse new birthday string '1/01/1981' alex@umbrella:~$ Is it a problem to parse these date strings? Seems it would be clear. The first one: 11.06.1981 is standard form of date in Russia. (day.month.year) The second is American one: 1/01/1981 ( month/day/year ). As a programmer, I understand we are expected another date format here, but why just don't parse it properly in case of exception occured? If it already parsed properly may be its not usefull to print out this warning. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: empathy 3.4.2.3-0ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-37.58-generic 3.2.35 Uname: Linux 3.2.0-37-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.0.1-0ubuntu17.1 Architecture: amd64 Date: Thu Mar 28 12:31:30 2013 InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) MarkForUpload: True ProcEnviron: TERM=xterm PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: empathy UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: empathy (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1161209 Title: (stderr) Failed to parse new birthday string To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1161209/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1172997] Re: ghex unable to open /dev/loop0
** Attachment added: "ghex.strace" https://bugs.launchpad.net/ubuntu/+source/ghex/+bug/1172997/+attachment/3654023/+files/ghex.strace -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1172997 Title: ghex unable to open /dev/loop0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ghex/+bug/1172997/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1172997] [NEW] ghex unable to open /dev/loop0
Public bug reported: ghex is unable to open /dev/loop0 file. There is no permission problems here: $ strace -o xxd.strace xxd /dev/loop0 | head 000: eb58 9053 5953 4c49 4e55 5800 0208 3004 .X.SYSLINUX...0. 010: 0200 00f8 3f00 ff00 3f00 ?...?... 020: 6ade 7700 e81d 0200 j.w. 030: 0100 0600 040: 8000 29f6 bcdb 344e 4f20 4e41 4d45 2020 ..)...4NO NAME 050: 2020 4641 5433 3220 2020 fafc 31c9 8ed1FAT32 ..1... 060: bc76 7b52 0657 1e56 8ec1 b126 bf78 7bf3 .v{R.W.V...&.x{. 070: a58e d9bb 7800 0fb4 370f a056 20d2 781b x...7..V .x. 080: 31c0 b106 893f 8947 02f3 64a5 8a0e 187c 1?.G..d| 090: 884d f850 5050 50cd 13eb 628b 55aa 8b75 .M....b.U..u $ $ strace -o ghex ghex /dev/loop0 (ghex:19624): Gtk-CRITICAL **: gtk_main_quit: assertion `main_loops != NULL' failed (ghex:19624): Gtk-CRITICAL **: gtk_main_quit: assertion `main_loops != NULL' failed $ (empty ghex window was showed, like when run 'ghex' without any command line option) * Additional info * >From xxd strace log: ... open("/dev/loop0", O_RDONLY)= 3 fstat(3, {st_mode=S_IFBLK|0660, st_rdev=makedev(7, 0), ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f73e8fbc000 read(3, "\353X\220SYSLINUX\0\2\0100\4\2\0\0\0\0\370\0\0?\0\377\0?\0\0\0"..., 4096) = 4096 fstat(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f73e8fbb000 write(1, "000: eb58 9053 5953 4c49 4e5"..., 4096) = 4096 write(1, " 00"..., 4096) = 4096 ... >From ghex strace log: ... access("/dev/loop0", F_OK) = 0 brk(0xfd1000) = 0xfd1000 access("/etc/gtk-3.0/settings.ini", F_OK) = 0 open("/etc/gtk-3.0/settings.ini", O_RDONLY) = 9 fstat(9, {st_mode=S_IFREG|0644, st_size=176, ...}) = 0 read(9, "[Settings]\ngtk-theme-name = Ambi"..., 4096) = 176 ... getcwd("/home/alex", 4096) = 11 brk(0x119a000) = 0x119a000 stat("/dev/loop0", {st_mode=S_IFBLK|0660, st_rdev=makedev(7, 0), ...}) = 0 write(2, "\n(ghex:19624): Gtk-CRITICAL **: "..., 85) = 85 write(2, "\n(ghex:19624): Gtk-CRITICAL **: "..., 85) = 85 getcwd("/home/alex", 4096) = 11 open("/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf", O_RDONLY) = 10 ... Both 'strace' logs are attached. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: ghex 3.4.0-0ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-37.58-generic 3.2.35 Uname: Linux 3.2.0-37-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.0.1-0ubuntu17.2 Architecture: amd64 Date: Fri Apr 26 09:44:21 2013 InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) MarkForUpload: True ProcEnviron: TERM=xterm PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: ghex UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: ghex (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug precise ** Attachment added: "xxd.strace" https://bugs.launchpad.net/bugs/1172997/+attachment/3654021/+files/xxd.strace -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1172997 Title: ghex unable to open /dev/loop0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ghex/+bug/1172997/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1075916] [NEW] 'openssl ca' segfaults on second run
Public bug reported: Openssl binary segfault on try to sign certificate. Steps to reproduce: 1. create root CA (self-signed certificate) 2. create 'local CA' directory structure by something like this (see full shell script in attach): CA_DIR=demoCA mkdir -p $CA_DIR/signedcerts# contains copies of each signed certificate mkdir -p $CA_DIR/private# contains the private key mkdir -p $CA_DIR/tmp# temporary certificate sign request files echo '01' > $CA_DIR/serial touch $CA_DIR/index.txt 3. Generate sign request and sign first certificate (openssl req, openssl ca) 4. Try do it again for next certificate. Actual result: First certificate is signed, but on try to sign second openssl segfaults. Expected result: Explain what wron with 'demoCA' directory instead of segfault. Additional details: Into attachment small script for reproduce the bug. Possible it is my (I'm not sure): https://errors.ubuntu.com/bucket/?id=%2Fusr%2Fbin%2Fopenssl%3A11%3Aasn1_cb%3ACONF_parse_list%3AASN1_generate_v3%3Aasn1_multi%3AASN1_generate_v3 Ubuntu 12.04.1 LTS x86_64 openssl1.0.1-4ubuntu5.5 ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: openssl 1.0.1-4ubuntu5.5 ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30 Uname: Linux 3.2.0-32-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.0.1-0ubuntu14 Architecture: amd64 Date: Wed Nov 7 12:16:31 2012 InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) ProcEnviron: TERM=xterm PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: openssl UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: openssl (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug precise running-unity ** Attachment added: "openssl_ca_crash_reproduce.sh" https://bugs.launchpad.net/bugs/1075916/+attachment/3426521/+files/openssl_ca_crash_reproduce.sh ** Description changed: Openssl binary segfault on try to sign certificate. Steps to reproduce: 1. create root CA (self-signed certificate) 2. create 'local CA' directory structure by something like this (see full shell script in attach): CA_DIR=demoCA - mkdir -p $CA_DIR/signedcerts# contains copies of each signed certificate - mkdir -p $CA_DIR/private# contains the private key + mkdir -p $CA_DIR/signedcerts# contains copies of each signed certificate + mkdir -p $CA_DIR/private# contains the private key mkdir -p $CA_DIR/tmp# temporary certificate sign request files echo '01' > $CA_DIR/serial touch $CA_DIR/index.txt 3. Generate sign request and sign first certificate (openssl req, openssl ca) 4. Try do it again for next certificate. - Actual result: First certificate is signed, but on try to sign second openssl segfaults. - Expected result: Explain what wron with 'demoCA' directory instead of segfault. - Additional details: Into attachment small script for reproduce the bug. Ubuntu 12.04.1 LTS x86_64 openssl1.0.1-4ubuntu5.5 ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: openssl 1.0.1-4ubuntu5.5 ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30 Uname: Linux 3.2.0-32-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.0.1-0ubuntu14 Architecture: amd64 Date: Wed Nov 7 12:16:31 2012 InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) ProcEnviron: - TERM=xterm - PATH=(custom, user) - LANG=en_US.UTF-8 - SHELL=/bin/bash + TERM=xterm + PATH=(custom, user) + LANG=en_US.UTF-8 + SHELL=/bin/bash SourcePackage: openssl UpgradeStatus: No upgrade log present (probably fresh install) ** Description changed: Openssl binary segfault on try to sign certificate. Steps to reproduce: 1. create root CA (self-signed certificate) 2. create 'local CA' directory structure by something like this (see full shell script in attach): CA_DIR=demoCA mkdir -p $CA_DIR/signedcerts# contains copies of each signed certificate mkdir -p $CA_DIR/private# contains the private key mkdir -p $CA_DIR/tmp# temporary certificate sign request files echo '01' > $CA_DIR/serial touch $CA_DIR/index.txt 3. Generate sign request and sign first certificate (openssl req, openssl ca) 4. Try do it again for next certificate. Actual result: First certificate is signed, but on try to sign second openssl segfaults. Expected result: Explain what wron with 'demoCA' directory instead of segfault. Additional details: Into attachment small script for reproduce the bug. + Into another attachment is backtrace for openssl compiled by hands (apt- + get source openssl, configure with debug, make) + + Possible it is my (I'm not sure): + https://errors.ubuntu.com/bucket/?id=%2Fusr%2Fbin%2Fopenssl%3A11%3Aasn1_cb%3ACONF_parse_list%3AASN1_generate_v3%3
[Bug 1075916] Re: 'openssl ca' segfaults on second run
Stacktrace of hand-maken openssl binary. ** Attachment added: "openssl_backtrace.txt" https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1075916/+attachment/3426523/+files/openssl_backtrace.txt ** Description changed: Openssl binary segfault on try to sign certificate. Steps to reproduce: 1. create root CA (self-signed certificate) 2. create 'local CA' directory structure by something like this (see full shell script in attach): CA_DIR=demoCA mkdir -p $CA_DIR/signedcerts# contains copies of each signed certificate mkdir -p $CA_DIR/private# contains the private key mkdir -p $CA_DIR/tmp# temporary certificate sign request files echo '01' > $CA_DIR/serial touch $CA_DIR/index.txt 3. Generate sign request and sign first certificate (openssl req, openssl ca) 4. Try do it again for next certificate. Actual result: First certificate is signed, but on try to sign second openssl segfaults. Expected result: Explain what wron with 'demoCA' directory instead of segfault. Additional details: Into attachment small script for reproduce the bug. - Into another attachment is backtrace for openssl compiled by hands (apt- - get source openssl, configure with debug, make) - Possible it is my (I'm not sure): https://errors.ubuntu.com/bucket/?id=%2Fusr%2Fbin%2Fopenssl%3A11%3Aasn1_cb%3ACONF_parse_list%3AASN1_generate_v3%3Aasn1_multi%3AASN1_generate_v3 - - Ubuntu 12.04.1 LTS x86_64 openssl1.0.1-4ubuntu5.5 ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: openssl 1.0.1-4ubuntu5.5 ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30 Uname: Linux 3.2.0-32-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.0.1-0ubuntu14 Architecture: amd64 Date: Wed Nov 7 12:16:31 2012 InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) ProcEnviron: TERM=xterm PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: openssl UpgradeStatus: No upgrade log present (probably fresh install) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1075916 Title: 'openssl ca' segfaults on second run To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1075916/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1086667] [NEW] Wrong documentation URL in help(curl)
Public bug reported: Ubuntu 12.04.1 LTSpython-pycurl-7.19.0-4ubuntu3 Wrong documentation URL in help(curl) Steps to reproduce: 1. Open Terminal, run python 2. in python's console >>> import curl >>> help(curl) 3. Click to 'MODULE DOCS' URL (currently it is http://docs.python.org/library/curl ) Actual result: Not Found The requested URL /2/library/curl was not found on this server. Apache/2.2.16 (Debian) Server at docs.python.org Port 80 Expected result: Documentation on 'curl' module will opens in browser's window (URL must be available and with right content). ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: python-pycurl 7.19.0-4ubuntu3 ProcVersionSignature: Ubuntu 3.2.0-33.52-generic 3.2.31 Uname: Linux 3.2.0-33-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.0.1-0ubuntu15 Architecture: amd64 Date: Wed Dec 5 12:40:09 2012 InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) MarkForUpload: True ProcEnviron: TERM=xterm PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: pycurl UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: pycurl (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug precise running-unity -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1086667 Title: Wrong documentation URL in help(curl) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pycurl/+bug/1086667/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1195980] [NEW] dmsetup: there is no any warning about 4K logical block size
Public bug reported: dmsetup: there is no any warning about 4K logical block size (no warning by programm, no warning in man page). How to reproduce: Followed page 7 of http://mbroz.fedorapeople.org/talks/DeviceMapperBasics/dm.pdf I tried following: dmsetup-test.sh: - #!/bin/sh sudo dmsetup create bad_disk << EOF 0 8 linear /dev/sda1 0 8 1 error 9 100 linear /dev/sda1 9 EOF sudo badblocks /dev/mapper/bad_disk - Actual result: Script output is: 4 5 6 7 In /var/log/kernel.log (tail -f, then press ENTER to make a gap and run script in another console). Following was added during this script worked: Jun 29 16:08:54 HP-635 kernel: [33498.146296] Buffer I/O error on device dm-1, logical block 8 Jun 29 16:08:54 HP-635 kernel: [33498.147299] Buffer I/O error on device dm-1, logical block 8 Jun 29 16:08:54 HP-635 kernel: [33498.147614] Buffer I/O error on device dm-1, logical block 8 Jun 29 16:08:54 HP-635 kernel: [33498.147981] Buffer I/O error on device dm-1, logical block 8 Jun 29 16:08:54 HP-635 kernel: [33498.148276] Buffer I/O error on device dm-1, logical block 8 Jun 29 16:08:54 HP-635 kernel: [33498.148639] Buffer I/O error on device dm-1, logical block 8 Expected result: 1. Warning from dmsetup: sectors in mapping table is not aligned by 8 2. Warning about aligment in 'man dmsetup' in section TABLE FORMAT. Additional info: $ sudo dmsetup table /dev/mapper/bad_disk 0 8 linear 8:1 0 8 1 error 9 100 linear 8:1 9 $ sudo blockdev --report /dev/mapper/bad_disk RORA SSZ BSZ StartSecSize Device rw 256 512 512 0 55808 /dev/mapper/bad_disk $ sudo blockdev --report /dev/sda RORA SSZ BSZ StartSecSize Device rw 256 512 4096 0320072933376 /dev/sda ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: dmsetup 2:1.02.74-6ubuntu4 ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13 Uname: Linux 3.8.0-25-generic i686 ApportVersion: 2.9.2-0ubuntu8.1 Architecture: i386 Date: Sat Jun 29 15:47:24 2013 InstallationDate: Installed on 2013-05-02 (58 days ago) InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release i386 (20130424) MarkForUpload: True SourcePackage: lvm2 UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: lvm2 (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 raring -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1195980 Title: dmsetup: there is no any warning about 4K logical block size To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lvm2/+bug/1195980/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1202984] [NEW] generate wavform glibc detected memory corruption
Public bug reported: Ubuntu 12.04 x64 Every time I try to create wavform programm hangs with "glibc detected memory corruption" error. Steps to reproduce: 1. Run the programm: $ subtitleeditor 2. Wavform -> Open wavform from file 3. Pick any *.avi, *.mp3 (I have tried many different files, it cause the same result) Also I found this 700Kb freely available file to be precise: http://redmine.yorba.org/attachments/615/MVI_0572.AVI Actual result: SE Info: The file 'file:///home/alex/Downloads/MVI_0572.AVI' is not a waveform file *** glibc detected *** subtitleeditor: malloc(): memory corruption: 0x025ac470 *** Expected result: Program should work without such terrible errors. Additional info: I have medibuntu.org repository activated. I did not try it on clean 12.04 installation yet. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: subtitleeditor 0.39.0-2 ProcVersionSignature: Ubuntu 3.2.0-49.75-generic 3.2.46 Uname: Linux 3.2.0-49-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.0.1-0ubuntu17.3 Architecture: amd64 Date: Fri Jul 19 15:47:53 2013 InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) MarkForUpload: True ProcEnviron: LANGUAGE=en_US:en TERM=xterm PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: subtitleeditor UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: subtitleeditor (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1202984 Title: generate wavform glibc detected memory corruption To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/subtitleeditor/+bug/1202984/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs