[Bug 288797] Re: [Intrepid] Synaptic unusable - Can not find packages
I also have this bug on a fresh intrepid install...running sudo update- apt-xapian-index solve the problem , but since normal users will not come here to see the fix , I believe it importance should be more than medium. -- [Intrepid] Synaptic unusable - Can not find packages https://bugs.launchpad.net/bugs/288797 You received this bug notification because you are a member of 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 207473] Re: Screen brightness double level changes
I'm also experiencing this problem on both xps M1330 ( 8400M GS ) and inspiron 9400 (7900M GS ) . Moreover this bug is present since 7.10 and follow me to 8.04 and 8.10 apparently... -- Screen brightness double level changes https://bugs.launchpad.net/bugs/207473 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kde-guidance in ubuntu. -- kubuntu-bugs mailing list [EMAIL PROTECTED] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 59695] Re: default value in power.sh potentially kills laptop disks
I have a Dell Insipron 9400 laptop with a 120gigs Samsung hd , I have this latop for 1 year now and the command : sudo smartctl -a /dev/sda | grep Load_Cycle return that : 225 Load_Cycle_Count0x0012 040 040 000Old_age Always - 613491 if I believe the previous comments my hd can die at all time... the previous fix with sdparm -B 255 /dev/sda doesn't work for me... i will try to active laptop-mode -- default value in power.sh potentially kills laptop disks https://bugs.launchpad.net/bugs/59695 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 59695] Re: default value in power.sh potentially kills laptop disks
I Forgot to mention that the value Power_On_Hours is equal to : Power_On_Hours 0x0032 100 100 000Old_age Always - 348644 but i have my latop for 1 year now and in one year we have 365 day of 24 h thus we have 8760 hours in a year according to Power_On_Hours value my laptop will be running for 39 years ! i believe it's impossible... anyway if the value Load_Cycle_Count is correct i have to backup all my data... -- default value in power.sh potentially kills laptop disks https://bugs.launchpad.net/bugs/59695 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 185671] Re: [Hardy] gnome-terminal current locale ANSI_X3.4-1968 not unicode using en-gb
I have the same problem after a fresh install of hardy -- [Hardy] gnome-terminal current locale ANSI_X3.4-1968 not unicode using en-gb https://bugs.launchpad.net/bugs/185671 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 117713] Re: not proper dismounting for WD passport harddrive (making noise when unplug)
if you are using hardy you need to be root to use sdparm : sudo "sdparm ..." or gksu "sdparm ..." -- not proper dismounting for WD passport harddrive (making noise when unplug) https://bugs.launchpad.net/bugs/117713 You received this bug notification because you are a member of 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 117713] Re: not proper dismounting for WD passport harddrive (making noise when unplug)
Bug is still present under Hardy alpha 5 could be fine if someone could fix it, seems to be hazardous for hardware... -- not proper dismounting for WD passport harddrive (making noise when unplug) https://bugs.launchpad.net/bugs/117713 You received this bug notification because you are a member of 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 117713] Re: not proper dismounting for WD passport harddrive (making noise when unplug)
** Changed in: ubuntu Status: New => Confirmed -- not proper dismounting for WD passport harddrive (making noise when unplug) https://bugs.launchpad.net/bugs/117713 You received this bug notification because you are a member of 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 117713] Re: not proper dismounting for WD passport harddrive (making noise when unplug)
i actually didn't notice this problem and i always unmount my hardrive using this script: ( of course change /dev/sdb1 by your harddrive ) #!/bin/sh pumount /dev/sdb1 #wait for mtab to be updated sleep 3 #we search an occurency of our harddrive in mtab UMOUNT=`grep '/dev/sdb1' /etc/mtab | wc -c` if [ $UMOUNT -eq 0 ] then #we sync the harddrive sdparm --command=sync /dev/sdb1 #we can spindown the hardrive sdparm --command=stop /dev/sdb1 zenity --info --title="Info" --text="You can unplug your Hardrive !" else zenity --error --title="Info" --text="It seems your harddrive isn't unmounted , unmount it then try again" fi you can modify it by adding this at the start : #unmount pumount /dev/sdb1 #mount pmount /dev/sdb1 #unmount pumount /dev/sdb1 it use pmount , sdparm and zenity ( sudo aptitude install pmount zenity sdparm ) then simply make it executable and launch it -- not proper dismounting for WD passport harddrive (making noise when unplug) https://bugs.launchpad.net/bugs/117713 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 117713] Re: not proper dismounting for WD passport harddrive (making noise when unplug)
that's really strange 'cause i have exactly the same hardrive ( western digital passport II 160G ) and i don't have this kind of problem, i copied a lot of avis on it and no one of them has disapearred after unmounting it . anyway in a "normal" shutdown for this disk it have to park head and stop cylinders and actually this is not the case , i think this issue could be dangerous for the harddrive itself , i hope devs will have a look at this bug. -- not proper dismounting for WD passport harddrive (making noise when unplug) https://bugs.launchpad.net/bugs/117713 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 117713] Re: not proper dismounting for WD passport harddrive (making noise when unplug)
yes i think it's not only an ubuntu problem, maybe we have to report it on another bugtracker ? ( umount ? linux-kernel ? ) -- not proper dismounting for WD passport harddrive (making noise when unplug) https://bugs.launchpad.net/bugs/117713 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 117713] not proper dismounting for WD passport harddrive (making noise when unplug)
Public bug reported: Try to dismount a USB external Western digital passport harddrive , it will be ok but the cylinders will be still rotating , then if you unplug your hardrrive it'll do a strange noise like a violent hard drive parking. ( in Microsoft windows the eject the device safely option stop the heads ) at the moment the only solution to stop properly the hard drive is tu use sdparm , here is the script : #!/bin/sh WD=/dev/sdb1 sudo umount $WD if [ $? -eq 0 ] then echo Stopping heads #Stop properly the heads and cylinders sdparm --command=stop $WD else echo Unmount Failed ! fi ** Affects: Ubuntu Importance: Undecided Status: Unconfirmed -- not proper dismounting for WD passport harddrive (making noise when unplug) https://bugs.launchpad.net/bugs/117713 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 73286] Re: Cannot change LCD brighness on Inspiron 6400
same thing for me on an inspiron 9400 , i see with xev that when you press the key for brightness an infinite loop or something like that starts , in effect information scroll a lot about a key pressed -- Cannot change LCD brighness on Inspiron 6400 https://launchpad.net/bugs/73286 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 73286] Re: Cannot change LCD brighness on Inspiron 6400
** Description changed: Special hotkeys for setting up/down LCD screen brightness on Dell laptop Inspiron 6400 don't work in Ubuntu 6.10 This hotkey combination (Fn+PgUp/PgDown) works properly in Ubuntu 6.06 and works correctly before Xorg server is started (while the bubuntu logo is displayed during the boot process) - Bug tested with Inspiron 6400 / E1505 bios revision A09 + Bug tested with Inspiron 6400 / E1505 bios revision A09 , Inspiron 9400 + bios A04 -- Cannot change LCD brighness on Inspiron 6400 https://launchpad.net/bugs/73286 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs