/srv/irclogs.ubuntu.com/2010/02/17/#ubuntu-testing.txt

TakyojiSo what other feasible methods of testing Lucid would there be? I've already tested the Nouveau driver on my system, used checkbox, and reported any application crashes with apport so far.03:03
TakyojiAnything else that's fairly straightforward to do, or?03:04
duanedesignTakyoji: there is some stuff about testing on the Ubuntu QA site. http://qa.ubuntu.com/03:21
duanedesignTakyoji: some testcases you can do manually. http://testcases.qa.ubuntu.com/03:22
TakyojiOtherwise Mago; is that of writing scripts to automate the process of doing test cases03:23
duanedesignTakyoji: yes03:23
TakyojiSo if something doesn't work as intended, where would the issue be reported to?03:33
TakyojiFor example, I can't do anything to SD cards; they only mount as read-only on two of my systems (while on my other laptop, I'm able to read and write)03:34
duanedesignyou would report it to launchpad03:36
duanedesignTakyoji: there is soome usefull info here. https://help.ubuntu.com/community/ReportingBugs03:40
duanedesignTakyoji: here is some info specific to Removable Media: https://wiki.ubuntu.com/DebuggingRemovableDevices03:41
TakyojiThank you03:42
Takyoji9.10 and above doesn't use HAL anymore, right?03:48
Takyojior am I think of something completely different?03:48
Takyojithinking*03:50
duanedesignTakyoji: you are thinking of the right thing03:53
duanedesignTakyoji: I am not sure how fully its been removed.03:53
Takyojibecause I noticed the documentation was referring to it03:55
duanedesignTakyoji: looks like hald is still in use in 9.10. Cant say about Lucid03:59
duanedesignyou can check with:   ps uaxxc | grep hal04:00
TakyojiThere's about 10 processes running starting with "hald"04:01
TakyojiShould I add my generated files to this bug, or file a new one? https://bugs.launchpad.net/ubuntu/+source/linux/+bug/22894104:03
ubot4Launchpad bug 228941 in linux (Ubuntu) "sd card detected as read only" [Undecided,New]04:03
TakyojiFiled about 1.8 years ago04:05
duanedesignTakyoji: if you wanted to attach it to that bug you would need to determine if you share the same problem. Which could take a little investigating. In order to add to that bug you would need to be certain you bothe suffered from the same 'root cause'04:21
duanedesignnot symptoms. Many problems can cause the same symptom, but might not be the same bug04:21
TakyojiSo then file it as a new bug, and if it is deemed to be the same thing, it'd be marked as a duplicate?04:22
duanedesignif you are unsure file a seperate bug04:22
Takyojialright04:22
TakyojiAnd just mark it to only affect the "linux" package?04:23
Takyojior would there be any other packages that I should tag it to as well?04:24
duanedesignTakyoji: that is tought o say. There a couple of different things that could prevent the SD Card reader from working correctly04:27
duanedesigncertain bugs it is not always so obvious what the right package is04:27
duanedesignyou might look through your 'dmesg' and see if there is any clue04:27
TakyojiThere's nothing that implies an error of when the SD card was mounted04:28
Takyojithe only thing directly relevant is that it implies "Write Protect is on"04:29
Takyojialthough the card is not locked04:29
Takyojiand I've tried vacuuming and canned air to clear the SD card port.04:29
duanedesignTakyoji: you can try running: tail -f /var/log/syslog04:32
duanedesignwhile monitoring the Terminal insert the card and see if anything comes u;p04:33
Takyojijust the same information as dmesg04:34
duanedesignTakyoji: what format is the card?04:34
Takyojialso, I noticed a broken link04:34
TakyojiFAT3204:34
TakyojiI can't even change the partition type (and yes, after unmounting the device first)04:35
TakyojiIn other words, I can't reformat it as EXT3, EXT4, FAT16, anything.04:36
Takyojithe error message provided is "Error creating file system: helper exited with exit code 1: cannot open /dev/sdb1: Read-only file system"04:37
TakyojiAs I was implying; I noticed a broken link. On Launchpad, when you're reporting a bug related to the linux package, there's a section titled "linux (Ubuntu) guidelines:" that refers to a page of instructions on the Ubuntu Wiki, a page which doesn't exist.04:40
duanedesignTakyoji: you can check the disk for errors04:41
duanedesignsudo dosfsck -a -v /dev/sdb104:41
TakyojiIt implies the version of it at first; then it implies "open: Read-only file system" and returns back to bash04:43
Takyoji"dosfsck 3.0.7 (24 Dec 2009)04:44
Takyojidosfsck 3.0.7, 24 Dec 2009, FAT32, LFN04:44
Takyojiopen: Read-only file system"04:44
duanedesign what does : ls -l /dev/sd*04:48
duanedesignsay for sdb104:48
duanedesignTakyoji:  also:  cat /etc/fstab04:49
duanedesignshould have an entry like this: /dev/sdc1  /media/usb  vfat defaults 0 004:50
Takyojihttp://paste.ubuntu.com/378136/04:50
duanedesignok04:54
duanedesign/dev/sdb1  /media/usb  vfat defaults 0 004:55
duanedesignadd that to your fstab.04:56
duanedesigngksudo gedit /etc/fstab04:56
Takyojialright04:58
TakyojiThen restart thereafter, or?04:59
TakyojiOtherwise it's actually an SD card, and wouldn't I have to create the directory /media/usb?04:59
TakyojiOr is that only if I was going to manually mount it?04:59
duanedesignTakyoji: yes you would if it does not exist05:01
duanedesigncreate the directory that is05:01
duanedesignsudo mkdir /media/usb05:02
TakyojiNow restart the system?05:02
duanedesignyes05:02
TakyojiStill read-only05:04
duanedesign:(05:04
TakyojiI've actually added it to fstab previously, and tried forcing read/write capability to no avail and so forth05:07
duanedesignTakyoji: ahhh05:08
TakyojiSo would it be conclusive to file the bug then?05:08
TakyojiI have various SD cards by the way; not just one. All of varying sizes and speeds. None of them seem to ever mount as read and write05:09
duanedesignTakyoji: i am out of ideas :)05:09
TakyojiAs implied; it's the case for two of my desktops, except for one laptop05:09
TakyojiAnd the two desktops are completely different in hardware05:09
Takyojiotherwise thank you for your assistance and time05:11
duanedesignyour welcome i hope you get it working05:20
Takyojihopefully05:20
sbeattieTakyoji: did the desktops have different SD card readers, or were you sharing one between them?06:06
TakyojiCompletely different card readers06:06
TakyojiThey're both internal ones06:06
Takyojiotherwise I'll be leaving in a couple minutes or so06:09
sbeattieTakyoji: are they usb internally or something else? Do they show up in lsusb or lspci?06:10
TakyojiThey might be USB; I'm not entirely certain. I'd have to check06:10
sbeattieIt'd be interesting to search for those specific reader devices and see if they're mentioned in other launchpad reports or elsewhere.06:11
Takyojitomorrow I'll check when I get the chance and hopefully remember to report back06:11
sbeattieGiven that multiple cards are having the problem, I'd be looking at the kernel's interactions with the readers as to be the likely source of the issues; I've had no difficulty mounting sd cards, but I don't have a wide variety of readers to work with.06:13
TakyojiThey can read the cards fine; it's just they're never mounted as read and write; even when forced or manually implied06:14
TakyojiSo I can't ever change anything on the SD cards06:15
sbeattieRight, what I mean is that the kernel and the SD readers are having a difference of opinion as to whether the RO bit is set on the card.06:16
TakyojiYea, dmesg implies that it has write protection enabled when it's mounting it06:17
sbeattiewhich is why it can't be mounted RW.06:17
Takyoji"Write Protect is on"06:17
TakyojiYet I don't even know if I could "override" that somehow06:18
TakyojiAnyway, I'll try to return tomorrow. 20 minutes past midnight here.06:20
aragood morning all!06:28
aramvo, morning07:56
aramvo, can you paste again the branch with your kvm autotests for upgrade testing? I am interested in having a look07:56
aramvo, thanks07:56
mvoara: good morning08:02
mvohttps://code.edge.launchpad.net/~mvo/autotest/gui-upgrades08:03
mvothat is the branch08:03
aramvo, thanks!08:03
mvoit contains a step file for karmic->lucid and hardy->lucid08:03
aramvo, awesome, thank you08:03
mvoproblem is that hardy-lucid will not work because of bugs during the upgrade (unexcpeted config file, networkmanager starting to fail etc)08:03
mvobut I guess that is a good thing :)08:03
aramvo, :)08:04
mvoI got a machine to run the kvm tests on, I'm currently investigating if it could be used for autotest too08:04
mvobut its having a really old kvm (kvm-62) that I'm not 100% trust08:06
mvobut in general ... stepmaker == love08:06
davmor2Morning all11:05
aramorning davmor211:16
* ara -> lunch12:41
=== fader|away is now known as fader_
davmor2fader_: morning Muppet Boy.  How's tricks?13:31
fader_davmor2: Hey dude, what's shakin'?13:31
davmor2fader_: The tree branches outside in the wind13:32
fader_Heh13:32
davmor2or http://www.youtube.com/watch?v=28TR06gLsiw13:34
davmor2fader_: did you forget my awesome ability for bad taste ^13:43
fader_davmor2: never ;)13:43
moustafadavmor2, fader_, ara, marjo : G'morning13:45
fader_moustafa: Hey dude13:45
arahey moustafa13:45
moustafaHow are you fine folk doing?13:46
davmor2moustafa: how's things dude?13:54
moustafadavmor2:  It's a work in progress14:33
davmor2:)14:33
moustafacr3: Baguette!14:39
moustafacr3: No baguette?14:45
cr3moustafa: sorry, in the middle of a conference right now, not much time for soupe du jour14:46
moustafacr3: gotcha14:47
MagicFabalexmoldovan, hey - > come to #ubuntu-qc15:40
moustafahey MagicFab!15:41
MagicFabmoustafa, o/15:44
=== hggdh_ is now known as hggdh
fader_alexmoldovan: Do you remember the bug number for the nvidia freeze bug?17:17
fader_davmor2: I thought I had the bug tagged but it looks like I didn't :/17:17
davmor2:(17:17
alexmoldovanlet me see17:18
davmor2according to keybuk it sounds like it's known :)17:18
fader_alexmoldovan: nm, found it -- bug 52269217:19
ubot4Launchpad bug 522692 in plymouth (Ubuntu) "Pressing <Enter> key causes X to freeze (affects: 15)" [Undecided,Confirmed] https://launchpad.net/bugs/52269217:19
fader_And yeah, it's a known issue17:19
alexmoldovanthat's the one17:19
fader_Seems to be a plymouth thing17:19
alexmoldovanyes17:19
fader_I tagged it this time :)17:20
=== fader_ is now known as fader|lunch
=== fader|lunch is now known as fader_
davmor2bye20:09
ppineHello, is there a possibility to get sun java 6 installed on Lucid lynx?20:31
fader_ppine: You might have better luck asking on #ubuntu+120:46
fader_This channel is mostly for coordinating ongoing tests and is rather quiet at the moment20:47
ppinefader_: thanks, i'll try that.20:50
=== fader_ is now known as fader|away

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!