[Bug 428435] Re: luks encrypted partition not detected or mounted automatically

2009-10-19 Thread Antti Kaijanmäki
Gunni: Yes, after fix_superblock.py removes any bogus signatures the partition is once again correctly autodetected permanently. You can safely run $ sudo fix_superblock.py check /dev/sdXN from karmic live-CD and you should see it reporting multiple signatures. If this is not the case then

[Bug 428435] Re: luks encrypted partition not detected or mounted automatically

2009-10-19 Thread Antti Kaijanmäki
Gunni: I would not recommend touching the superblock of a partition which is in use just to be safe, but in theory it should work. I would give it a try, but don't blame me if something breaks, OK ;-) jordlilin: actually as stated in this report, the problem is cryptsetup versions prior to

[Bug 428435] Re: luks encrypted partition not detected or mounted automatically

2009-10-18 Thread Antti Kaijanmäki
** Summary changed: - external harddrive (luks encrypted) will not mount automatically + luks encrypted partition not detected or mounted automatically -- luks encrypted partition not detected or mounted automatically https://bugs.launchpad.net/bugs/428435 You received this bug notification

[Bug 428435] Re: luks encrypted partition not detected or mounted automatically

2009-10-18 Thread Antti Kaijanmäki
** Description changed: - Binary package hint: gvfs + Some encrypted partitions which were created with older versions of + cryptsetup ( 1.0.7) are not detected anymore in karmic. The problem is + that older cryptsetup does not properly clean the superblock of the + partition and this might leave

[Bug 423097] Re: luks encrypted partition don't show up in /dev/disk/by-uuid/

2009-10-18 Thread Antti Kaijanmäki
*** This bug is a duplicate of bug 428435 *** https://bugs.launchpad.net/bugs/428435 ** This bug has been marked a duplicate of bug 428435 luks encrypted partition not detected or mounted automatically -- luks encrypted partition don't show up in /dev/disk/by-uuid/

[Bug 423097] Re: luks encrypted partition don't show up in /dev/disk/by-uuid/

2009-10-18 Thread Antti Kaijanmäki
*** This bug is a duplicate of bug 428435 *** https://bugs.launchpad.net/bugs/428435 I marked this as duplicate of bug #428435. You can verify this by running $ sudo blkid -p /dev/sdX1 If blkid reports ambivalent result (probably more filesystems on the device) this is

[Bug 446591] Re: Karmic update Waiting for encrypted source device... error

2009-10-18 Thread Antti Kaijanmäki
*** This bug is a duplicate of bug 428435 *** https://bugs.launchpad.net/bugs/428435 This is clearly a duplicate of bug #428435 I had the same error when I started to look into this problem: /dev/disk/by-uuid/xx----xxx does not exist. ** This bug has been marked a

[Bug 408888] Re: Karmic series kernel won't load encrypted main disk after upgrade from jaunty

2009-10-18 Thread Antti Kaijanmäki
*** This bug is a duplicate of bug 428435 *** https://bugs.launchpad.net/bugs/428435 ** This bug has been marked a duplicate of bug 428435 luks encrypted partition not detected or mounted automatically -- Karmic series kernel won't load encrypted main disk after upgrade from jaunty

[Bug 428435] Re: luks encrypted partition not detected or mounted automatically

2009-10-18 Thread Antti Kaijanmäki
** Description changed: Some encrypted partitions which were created with older versions of cryptsetup ( 1.0.7) are not detected anymore in karmic. The problem is that older cryptsetup does not properly clean the superblock of the partition and this might leave bogus filesystem

[Bug 428435] Re: luks encrypted partition not detected or mounted automatically

2009-10-18 Thread Antti Kaijanmäki
NOTE! if you see: Found 2 signatures on partition /dev/sdXN: - ext3 - ext2 do not try to remove the signatures! Multiple EXT signatures are not a problem. -- luks encrypted partition not detected or mounted automatically https://bugs.launchpad.net/bugs/428435 You received

[Bug 454418] Re: grub misconfigured after upgrade to linux-image-2.6.31-14-generic

2009-10-18 Thread Antti Kaijanmäki
Could you please boot a karmic live-CD, or boot with a working karmic kernel and post the output of the following command where sdXN is the root partition of your karmic installation: $ sudo blkid -p /dev/sdXN -- grub misconfigured after upgrade to linux-image-2.6.31-14-generic

[Bug 452503] Re: blkid needs --verbose to report device type conflicts

2009-10-18 Thread Antti Kaijanmäki
you can get detailed debug output from blkid by doing: $ sudo su - # BLKID_DEBUG=0x blkid As far as I know every mkfs.* should erase the whole superblock so that these bogus signatures are not left floating around and if they don't it's a bug in the mkfs utility. There's absolutely

[Bug 454418] Re: grub misconfigured after upgrade to linux-image-2.6.31-14-generic

2009-10-18 Thread Antti Kaijanmäki
Actually you don't even have to use karmic kernel as long as you are able to boot into karmic installation and use karmic's blkid. -- grub misconfigured after upgrade to linux-image-2.6.31-14-generic https://bugs.launchpad.net/bugs/454418 You received this bug notification because you are a

[Bug 428435] Re: external harddrive (luks encrypted) will not mount automatically

2009-10-17 Thread Antti Kaijanmäki
OK. I now have a python program (attached) that I successfully used to make my karmic upgrade bootable again. The idea is to remove all additional signatures from superblock. Currently only removing ext[234] signature is supported, but the program can be extended if needed. The idea is that

[Bug 428435] Re: external harddrive (luks encrypted) will not mount automatically

2009-10-16 Thread Antti Kaijanmäki
I was wrong on #18. I do not actually have any old jaunty menu entries left, but I have 2.6.30-020630-generic which I installed for intel drivers on jaunty. I just forgot about it and didn't look hard enough last night. http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.30/ Anyway this

[Bug 428435] Re: external harddrive (luks encrypted) will not mount automatically

2009-10-16 Thread Antti Kaijanmäki
After some research this is what I've found out; udev is responsible of creating the entries under /dev/disks/by-uuid. Jaunty's udev (which is also in the old initrd) uses udev's vol_id library to detect the FS information. Karmic has new udev which has ditched vol_id and is using blkid instead.

[Bug 426027] Re: /dev/disk/by-uuid doesn't exist in karmic kernels

2009-10-16 Thread Antti Kaijanmäki
Matt: could you please also post the output of karmic blkid and the git blkid: $ sudo su - # BLKID_DEBUG=0x blkid -p /dev/sda1 -- /dev/disk/by-uuid doesn't exist in karmic kernels https://bugs.launchpad.net/bugs/426027 You received this bug notification because you are a member of Ubuntu

[Bug 426027] Re: /dev/disk/by-uuid doesn't exist in karmic kernels

2009-10-16 Thread Antti Kaijanmäki
OK. It's clear from the git log that vfat detection has had some love recently: http://git.kernel.org/?p=utils/util-linux-ng/util-linux-ng.git;a=history;f=shlibs/blkid/src/superblocks/vfat.c;h=2ba7ded10166b7413583441b7a19478ead5ed4c9;hb=HEAD I just wanted to make sure this is not a duplicate of

[Bug 428435] Re: external harddrive (luks encrypted) will not mount automatically

2009-10-15 Thread Antti Kaijanmäki
How about adding a VERY big warning to the release notes if this doesn't get fixed before karmic is released? I too got bitten by this on standard upgrade from jaunty to karmic and now karmic initramfs doesn't find my encrypted LVM (root, swap) partition! -- external harddrive (luks encrypted)

[Bug 428435] Re: external harddrive (luks encrypted) will not mount automatically

2009-10-15 Thread Antti Kaijanmäki
Hmm.. odd thing is that if I boot using old jaunty menu entry then the partition is detected correctly... -- external harddrive (luks encrypted) will not mount automatically https://bugs.launchpad.net/bugs/428435 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 428435] Re: external harddrive (luks encrypted) will not mount automatically

2009-10-15 Thread Antti Kaijanmäki
Timo: I installed clean jaunty with standard alternate CD HDD encryption. Jaunty ships with cryptsetup 1.0.6 and the problem which causes this was fixed in 1.0.7 from the mailing list in comment #16: cryptsetup 1.0.7 changelog: - Wipe start of device (possible fs signature) before

[Bug 407340] [NEW] arora doesn't obey systems color scheme

2009-07-31 Thread Antti Kaijanmäki
Public bug reported: Binary package hint: arora Arora doesn't obey systems color scheme when rendering pages which do not use CSS. As a result pages are hard to read when using dark schemes. As an example, see the attached screenshot showing www.procmail.org using KDE Obsidian Coast color

[Bug 407340] Re: arora doesn't obey systems color scheme

2009-07-31 Thread Antti Kaijanmäki
** Attachment added: arora_dark_theme.jpeg http://launchpadlibrarian.net/29749462/arora_dark_theme.jpeg -- arora doesn't obey systems color scheme https://bugs.launchpad.net/bugs/407340 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 337957] Re: [Jaunty] installer doesn't ask where to install GRUB and overwrites MBR which may contain other bootloaders

2009-04-15 Thread Antti Kaijanmäki
** Summary changed: - [Jaunty] installer doesn't ask where to install GRUB and overwrites MBR which contains TrueCrypt Bootloader + [Jaunty] installer doesn't ask where to install GRUB and overwrites MBR which may contain other bootloaders -- [Jaunty] installer doesn't ask where to install

[Bug 323752] Re: Movistar (México) is mis sing

2009-04-14 Thread Antti Kaijanmäki
1. copy the patched serviceprovider.xml to /usr/share/mobile-broadband- provider-info/serviceprovider.xml 2. use nm-connection-editor to create a new mobile broadband configuration 3. test the configuration through nm-applet thanks!! -- Movistar (México) is missing

[Bug 323752] Re: Movistar (México) is mis sing

2009-04-14 Thread Antti Kaijanmäki
** Changed in: mobile-broadband-provider-info Status: Incomplete = In Progress -- Movistar (México) is missing https://bugs.launchpad.net/bugs/323752 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 333713] Re: need different wireless network settings for Telstra Next G card

2009-04-14 Thread Antti Kaijanmäki
Does AT+CGDCONT? work on BigPond? I would really like to see the output.. -- need different wireless network settings for Telstra Next G card https://bugs.launchpad.net/bugs/333713 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 292063] Re: Tele2 Estonia is missing from Mobile Broadband operators list

2009-04-14 Thread Antti Kaijanmäki
fixed in upstream SVN: 2009-04-14 Antti Kaijanmäki an...@kaijanmaki.net * [r95] serviceproviders.xml: Oliver Ojamaa added Tele2, EE ** Changed in: mobile-broadband-provider-info Status: Incomplete = Fix Committed ** Changed in: mobile-broadband-provider-info (Ubuntu

[Bug 311853] Re: OpenAL Broken in Jaunty

2009-04-06 Thread Antti Kaijanmäki
I'm experiencing this bug even today. This is not fixed yet. What's the holdup? -- OpenAL Broken in Jaunty https://bugs.launchpad.net/bugs/311853 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 327427] Re: network manager applet should pop up wizard when 3g device is plugged in and no configuration exists

2009-03-28 Thread Antti Kaijanmäki
marking as invalid for libmbca as this was nm-applet bug ** Changed in: libmbca (Ubuntu) Status: Triaged = Invalid -- network manager applet should pop up wizard when 3g device is plugged in and no configuration exists https://bugs.launchpad.net/bugs/327427 You received this bug

[Bug 334377] Re: Lots of country names are missing, showing missing from libgweather in mobile broadband connection wizard.

2009-03-28 Thread Antti Kaijanmäki
thanks for your interest, but I already prepared a more detailed patch this morning which removes the broken code and uses g_dgettext. I will prepare a new package today or tomorrow. -- Lots of country names are missing, showing missing from libgweather in mobile broadband connection wizard.

[Bug 334377] Re: Lots of country names are missing, showing missing from libgweather in mobile broadband connection wizard.

2009-03-27 Thread Antti Kaijanmäki
Actually I don't have time to work on this right now, but it seems that I have to as it seems no one else is going to do it. I know this is really important and I really want to get this fixed. missing from libgweather is intended to make it clear for testers that libgweather is missing

[Bug 334377] Re: Lots of country names are missing, showing missing from libgweather in mobile broadband connection wizard.

2009-03-27 Thread Antti Kaijanmäki
yes, that's almost exactly all that's needed. There's another #ifndef in that file, too, and then there's a new dgettext () call needed where the country names are added to the visible list. -- Lots of country names are missing, showing missing from libgweather in mobile broadband connection

[Bug 313394] Re: Lithuanian provider Tele2 missing

2009-03-09 Thread Antti Kaijanmäki
thanks! committed to upstream SVN: 2009-03-09 Antti Kaijanmäki an...@kaijanmaki.net * [r89] serviceproviders.xml: Andres Mujica added Tele2, Lithuania ** Changed in: mobile-broadband-provider-info Status: Incomplete = Fix Committed -- Lithuanian provider Tele2

[Bug 302854] Re: Missing authentication information for Orange in GB

2009-03-09 Thread Antti Kaijanmäki
Fixed in upstream release 20090309. ** Changed in: mobile-broadband-provider-info Status: Fix Committed = Fix Released -- Missing authentication information for Orange in GB https://bugs.launchpad.net/bugs/302854 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 317860] Re: Request to upgrade to latest SVN 3G profiles

2009-03-09 Thread Antti Kaijanmäki
I just made upstream release 20090309. ** Changed in: mobile-broadband-provider-info Status: Fix Committed = Fix Released -- Request to upgrade to latest SVN 3G profiles https://bugs.launchpad.net/bugs/317860 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 311794] Re: serviceproviders.xml

2009-03-09 Thread Antti Kaijanmäki
Fixed in upstream release 20090309. ** Changed in: mobile-broadband-provider-info Status: Fix Committed = Fix Released -- serviceproviders.xml https://bugs.launchpad.net/bugs/311794 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 310577] Re: Italian mobile providers incorrect configurations

2009-03-09 Thread Antti Kaijanmäki
Fixed in upstream release 20090309. ** Changed in: mobile-broadband-provider-info Status: Fix Committed = Fix Released -- Italian mobile providers incorrect configurations https://bugs.launchpad.net/bugs/310577 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 310576] Re: Kuwait's Wataniya 3G Provider not listed.

2009-03-09 Thread Antti Kaijanmäki
Fixed in upstream release 20090309. ** Changed in: mobile-broadband-provider-info Status: Fix Committed = Fix Released -- Kuwait's Wataniya 3G Provider not listed. https://bugs.launchpad.net/bugs/310576 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 308281] Re: Colombia providers missing

2009-03-09 Thread Antti Kaijanmäki
Fixed in upstream release 20090309. ** Changed in: mobile-broadband-provider-info Status: Fix Committed = Fix Released -- Colombia providers missing https://bugs.launchpad.net/bugs/308281 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 304478] Re: German provider FONIC.de is missing

2009-03-09 Thread Antti Kaijanmäki
Fixed in upstream release 20090309. ** Changed in: mobile-broadband-provider-info Status: Fix Committed = Fix Released -- German provider FONIC.de is missing https://bugs.launchpad.net/bugs/304478 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 306666] Re: Telstra APN name should be telstra.internet

2009-03-09 Thread Antti Kaijanmäki
Fixed in upstream release 20090309. ** Changed in: mobile-broadband-provider-info Status: Fix Committed = Fix Released -- Telstra APN name should be telstra.internet https://bugs.launchpad.net/bugs/30 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 304476] Re: Austrian Provider yesss.at is missing.

2009-03-09 Thread Antti Kaijanmäki
Fixed in upstream release 20090309. ** Changed in: mobile-broadband-provider-info Status: Fix Committed = Fix Released -- Austrian Provider yesss.at is missing. https://bugs.launchpad.net/bugs/304476 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 303367] Re: Danish provider BiBoB is missing

2009-03-09 Thread Antti Kaijanmäki
Fixed in upstream release 20090309. ** Changed in: mobile-broadband-provider-info Status: Fix Committed = Fix Released -- Danish provider BiBoB is missing https://bugs.launchpad.net/bugs/303367 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 302858] Re: APN for Vodafone Ireland is Incorrect.

2009-03-09 Thread Antti Kaijanmäki
Fixed in upstream release 20090309. ** Changed in: mobile-broadband-provider-info Status: Fix Committed = Fix Released -- APN for Vodafone Ireland is Incorrect. https://bugs.launchpad.net/bugs/302858 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 279927] Re: Orange Internet Everywhere (france) config is missing

2009-03-09 Thread Antti Kaijanmäki
Fixed in upstream release 20090309. ** Changed in: mobile-broadband-provider-info Status: Fix Committed = Fix Released -- Orange Internet Everywhere (france) config is missing https://bugs.launchpad.net/bugs/279927 You received this bug notification because you are a member of Ubuntu

[Bug 334345] Re: H3G Italy APN needs to be updated.

2009-03-09 Thread Antti Kaijanmäki
Fixed in upstream release 20090309. ** Changed in: mobile-broadband-provider-info Status: Fix Committed = Fix Released -- H3G Italy APN needs to be updated. https://bugs.launchpad.net/bugs/334345 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 321784] Re: Wrong GPRS mobile phone setting for Tele2/Comviq Sweden

2009-03-09 Thread Antti Kaijanmäki
Fixed in upstream release 20090309. ** Changed in: mobile-broadband-provider-info Status: Fix Committed = Fix Released -- Wrong GPRS mobile phone setting for Tele2/Comviq Sweden https://bugs.launchpad.net/bugs/321784 You received this bug notification because you are a member of Ubuntu

[Bug 321624] Re: Austrian Provider Mobilkom: wrong password

2009-03-09 Thread Antti Kaijanmäki
Fixed in upstream release 20090309. ** Changed in: mobile-broadband-provider-info Status: Fix Committed = Fix Released -- Austrian Provider Mobilkom: wrong password https://bugs.launchpad.net/bugs/321624 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 313394] Re: Lithuanian provider Tele2 missing

2009-03-09 Thread Antti Kaijanmäki
Fixed in upstream release 20090309. ** Changed in: mobile-broadband-provider-info Status: Fix Committed = Fix Released -- Lithuanian provider Tele2 missing https://bugs.launchpad.net/bugs/313394 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 323222] Re: Provider in Oman - Nawras

2009-03-09 Thread Antti Kaijanmäki
Fixed in upstream release 20090309. ** Changed in: mobile-broadband-provider-info Status: Fix Committed = Fix Released -- Provider in Oman - Nawras https://bugs.launchpad.net/bugs/323222 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 323752] Re: Movistar (México) is mis sing

2009-03-08 Thread Antti Kaijanmäki
** Changed in: mobile-broadband-provider-info (Ubuntu) Status: Triaged = Incomplete -- Movistar (México) is missing https://bugs.launchpad.net/bugs/323752 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 310577] Re: Italian mobile providers incorrect configurations

2009-03-07 Thread Antti Kaijanmäki
thanks, could you please create a patch which uses tabs instead of spaces to be consistent with the rest of the database? For example gedit has a plugin (might require gedit-plugins package) which visually shows spaces and tabs. ** Changed in: mobile-broadband-provider-info Status:

[Bug 334377] Re: Lots of country names are missing, showing missing from libgweather in mobile broadband connection wizard.

2009-03-07 Thread Antti Kaijanmäki
OK, I finally got my jaunty installation working and was able to investigate this. Fixing this needs a change in libmbca. It's not going to big, but I'm not yet sure how to fix this properly and I don't have time to work on this in at least couple of weeks.. The problem lays in

[Bug 310577] Re: Italian mobile providers incorrect configurations

2009-03-07 Thread Antti Kaijanmäki
np. don't worry about the spaces anymore :) Thanks, committed in upstream SVN: 2009-03-08 Antti Kaijanmäki an...@kaijanmaki.net * [r88] serviceproviders.xml: Update Italian information ** Changed in: mobile-broadband-provider-info Status: In Progress = Fix Committed

[Bug 334377] Re: Lots of country names are missing, showing missing from libgweather in mobile broadband connection wizard.

2009-03-06 Thread Antti Kaijanmäki
What's your locale, btw? -- Lots of country names are missing, showing missing from libgweather in mobile broadband connection wizard. https://bugs.launchpad.net/bugs/334377 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 291226] Re: libmbca doesn't use LP translations

2009-03-06 Thread Antti Kaijanmäki
OK. I closed translation section of upstream libmbca in launchpad and marked the blocked translation as Deleted. Let me know if there's still something wrong with that ;-) Let's keep upstream translation in svn.gnome.org, but also have ubuntu sources translated in Rosetta, just as Timo said.

[Bug 334377] Re: Lots of country names are missing, showing missing from libgweather in mobile broadband connection wizard.

2009-03-06 Thread Antti Kaijanmäki
Wait, you see these exactly like that? i.e. in English? -- Lots of country names are missing, showing missing from libgweather in mobile broadband connection wizard. https://bugs.launchpad.net/bugs/334377 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 321624] Re: Austrian Provider Mobilkom: wrong password

2009-03-06 Thread Antti Kaijanmäki
Actually the rules try to state that if a company has an independent subcompany or standalone brand with individual marketing and such then they both should have their own entry in the database. If a customer makes a contract with A1 and the papers don't clearly state that it's in fact Mobilkom,

[Bug 321624] Re: Austrian Provider Mobilkom: wrong password

2009-03-06 Thread Antti Kaijanmäki
Oh, but if there's no way you can get a Mobilkom subscription in Australia then Mobilkom should be completely removed. -- Austrian Provider Mobilkom: wrong password https://bugs.launchpad.net/bugs/321624 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 279927] Re: Orange Internet Everywhere (france) config is missing

2009-03-05 Thread Antti Kaijanmäki
Fixed in upstream SVN. ** Changed in: mobile-broadband-provider-info Status: Confirmed = Fix Committed -- Orange Internet Everywhere (france) config is missing https://bugs.launchpad.net/bugs/279927 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 323752] Re: Movistar (México) is mis sing

2009-03-05 Thread Antti Kaijanmäki
someone should provide a patch as described here: http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders ** Changed in: mobile-broadband-provider-info Importance: Undecided = Medium Status: New = Incomplete -- Movistar (México) is missing

[Bug 280490] Re: Virgin Australia Broadband 3G cannot connect in Intrepid Beta

2009-03-05 Thread Antti Kaijanmäki
someone should provide a patch as described here: http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders -- Virgin Australia Broadband 3G cannot connect in Intrepid Beta https://bugs.launchpad.net/bugs/280490 You received this bug notification because you are a member of Ubuntu

[Bug 302858] Re: APN for Vodafone Ireland is Incorrect.

2009-03-05 Thread Antti Kaijanmäki
Fixed in upstream SVN. ** Changed in: mobile-broadband-provider-info Status: In Progress = Fix Committed -- APN for Vodafone Ireland is Incorrect. https://bugs.launchpad.net/bugs/302858 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 302854] Re: Missing authentication information for Orange in GB

2009-03-05 Thread Antti Kaijanmäki
Fixed in upstream SVN: 2009-03-05 Antti Kaijanmäki an...@kaijanmaki.net * [r85] serviceproviders.xml: Andres Mujica and Chris Jones added user/pass to Orange (contact), UK ** Changed in: mobile-broadband-provider-info Status: Incomplete = Fix Committed

[Bug 306666] Re: Telstra APN name should be telstra.internet

2009-03-05 Thread Antti Kaijanmäki
Fixed in upstream SVN. ** Changed in: mobile-broadband-provider-info Status: In Progress = Fix Committed -- Telstra APN name should be telstra.internet https://bugs.launchpad.net/bugs/30 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 310576] Re: Kuwait's Wataniya 3G Provider not listed.

2009-03-05 Thread Antti Kaijanmäki
Fixed in upstream SVN: 2009-03-05 Antti Kaijanmäki an...@kaijanmaki.net * [r86] serviceproviders.xml: Andres Mujica added Wataniya, Kuwait ** Changed in: mobile-broadband-provider-info Status: Confirmed = Fix Committed -- Kuwait's Wataniya 3G Provider not listed

[Bug 310593] Re: O2 PAYG mobile broadband settings

2009-03-05 Thread Antti Kaijanmäki
No, there's currently no way to handle this other than setting the password manyally from nm-connection-editor. This should be taken into consideration when the next database format is being developed. Actually all that is needed is some magic string in password field like:

[Bug 321624] Re: Austrian Provider Mobilkom: wrong password

2009-03-05 Thread Antti Kaijanmäki
Fixed in upstream SVN. ** Changed in: mobile-broadband-provider-info Status: In Progress = Fix Committed -- Austrian Provider Mobilkom: wrong password https://bugs.launchpad.net/bugs/321624 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 321624] Re: Austrian Provider Mobilkom: wrong password

2009-03-05 Thread Antti Kaijanmäki
Wouldn't it make sense to have Mobilkom and A1 separated to different entries if people do know they are the same.. See: http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders#head-def8953902f7b951df4b6a9469d5c6aff3f15a79 -- Austrian Provider Mobilkom: wrong password

[Bug 321784] Re: Wrong GPRS mobile phone setting for Tele2/Comviq Sweden

2009-03-05 Thread Antti Kaijanmäki
Fixed in upstream SVN. ** Changed in: mobile-broadband-provider-info Status: In Progress = Fix Committed -- Wrong GPRS mobile phone setting for Tele2/Comviq Sweden https://bugs.launchpad.net/bugs/321784 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 323222] Re: Provider in Oman - Nawras

2009-03-05 Thread Antti Kaijanmäki
Fixed in upstream SVN. ** Changed in: mobile-broadband-provider-info Status: In Progress = Fix Committed -- Provider in Oman - Nawras https://bugs.launchpad.net/bugs/323222 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 326958] Re: arnet Go from Argentina not supported

2009-03-05 Thread Antti Kaijanmäki
as far as the database is concerned someone should provide a patch as described here: http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders ** Also affects: mobile-broadband-provider-info Importance: Undecided Status: New ** Changed in: mobile-broadband-provider-info

[Bug 333713] Re: need different wireless network settings for Telstra Next G card

2009-03-05 Thread Antti Kaijanmäki
OK, committed in upstream SVN, but it actually doesn't fix the problem.. I'm going to leave this In Progress as a reminder when we design the next version of the database format. ** Changed in: mobile-broadband-provider-info (Ubuntu) Status: New = In Progress -- need different wireless

[Bug 334345] Re: H3G Italy APN needs to be updated.

2009-03-05 Thread Antti Kaijanmäki
Fixed in upstream SVN. ** Changed in: mobile-broadband-provider-info Status: In Progress = Fix Committed -- H3G Italy APN needs to be updated. https://bugs.launchpad.net/bugs/334345 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 317860] Re: Request to upgrade to latest SVN 3G profiles

2009-03-05 Thread Antti Kaijanmäki
All pending patches now in upstream SVN. ** Changed in: mobile-broadband-provider-info Status: New = Fix Committed -- Request to upgrade to latest SVN 3G profiles https://bugs.launchpad.net/bugs/317860 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 317860] Re: Request to upgrade to latest SVN 3G profiles

2009-03-05 Thread Antti Kaijanmäki
I will do a new upstream release next week and based on that release new packages for hardy, intrepid and jaunty will be prepared. ** Changed in: mobile-broadband-provider-info (Ubuntu) Status: Confirmed = In Progress -- Request to upgrade to latest SVN 3G profiles

[Bug 304478] Re: German provider FONIC.de is missing

2009-03-05 Thread Antti Kaijanmäki
Fixed in upstream SVN: 2009-03-05 Antti Kaijanmäki an...@kaijanmaki.net * [r87] serviceproviders.xml: Andres Mujica and Andreas Kostyrka added FONIC, Germany ** Changed in: mobile-broadband-provider-info Status: Incomplete = Fix Committed -- German provider FONIC.de

[Bug 312376] Re: Provider name for APN internet.usi.ru is incorrect

2009-03-05 Thread Antti Kaijanmäki
http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders ** Also affects: mobile-broadband-provider-info (Ubuntu) Importance: Undecided Status: New ** Changed in: mobile-broadband-provider-info Status: New = Incomplete ** Changed in: mobile-broadband-provider-info

[Bug 310577] Re: Italian mobile providers incorrect configurations

2009-03-05 Thread Antti Kaijanmäki
http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders ** Changed in: mobile-broadband-provider-info Status: New = Incomplete ** Also affects: ubuntu Importance: Undecided Status: New ** Changed in: mobile-broadband-provider-info (Ubuntu) Sourcepackagename: None

[Bug 313394] Re: Lithuanian provider Tele2 missing

2009-03-05 Thread Antti Kaijanmäki
Someone should provide a patch as described here: http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders ** Also affects: mobile-broadband-provider-info (Ubuntu) Importance: Undecided Status: New ** Changed in: mobile-broadband-provider-info Status: New =

[Bug 332367] Re: Current code still heavily favors GSM over CDMA to the point where CDMA support is broken.

2009-03-05 Thread Antti Kaijanmäki
Could you please describe a little bit more how this is a m-b-p-i bug? And I'm not quite sure what you mean by the code favoring GSM over CDMA. Anyway this is probably related to #290625 ** Also affects: mobile-broadband-provider-info (Ubuntu) Importance: Undecided Status: New **

[Bug 280490] Re: Virgin Australia Broadband 3G cannot connect in Intrepid Beta

2009-03-05 Thread Antti Kaijanmäki
** Also affects: mobile-broadband-provider-info Importance: Undecided Status: New ** Changed in: mobile-broadband-provider-info Status: New = Incomplete -- Virgin Australia Broadband 3G cannot connect in Intrepid Beta https://bugs.launchpad.net/bugs/280490 You received this bug

[Bug 310577] Re: Italian mobile providers incorrect configurations

2009-03-05 Thread Antti Kaijanmäki
someone should provide a patch as described on above site -- Italian mobile providers incorrect configurations https://bugs.launchpad.net/bugs/310577 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 312376] Re: Provider name for APN internet.usi.ru is incorrect

2009-03-05 Thread Antti Kaijanmäki
Someone should provide a patch as described on above link -- Provider name for APN internet.usi.ru is incorrect https://bugs.launchpad.net/bugs/312376 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 326958] Re: arnet Go from Argentina not supported

2009-03-05 Thread Antti Kaijanmäki
OK. We'll wait. :-) ** Changed in: mobile-broadband-provider-info Status: Incomplete = Confirmed ** Changed in: mobile-broadband-provider-info (Ubuntu) Status: Incomplete = Confirmed -- arnet Go from Argentina not supported https://bugs.launchpad.net/bugs/326958 You received this

[Bug 337957] Re: [Jaunty] installer doesn't ask where to install GRUB and overwrites MBR which contains TrueCrypt Bootloader

2009-03-05 Thread Antti Kaijanmäki
** Description changed: Binary package hint: debian-installer - Sorry for just pasting irc-log, but I'm in a real hurry.. Feel free to - edit :) + I installed kubuntu alpha5 from alternative CD on my laptop. MBR + contained TrueCrypt bootloader and /dev/sda1 contains encrypted Windows + XP

[Bug 337957] Re: [Jaunty] installer doesn't ask where to install GRUB and overwrites MBR which contains TrueCrypt Bootloader

2009-03-05 Thread Antti Kaijanmäki
** Attachment added: fdisk_l.log.txt http://launchpadlibrarian.net/23527622/fdisk_l.log.txt -- [Jaunty] installer doesn't ask where to install GRUB and overwrites MBR which contains TrueCrypt Bootloader https://bugs.launchpad.net/bugs/337957 You received this bug notification because you

[Bug 334377] Re: Lots of country names are missing, showing missing from libgweather in mobile broadband connection wizard.

2009-03-05 Thread Antti Kaijanmäki
Country names come from libgweather country database. libgweather is missing the names for your locale. The way to fix this is to add the missing translations to libgweather. Marking this bug invalid. ** Changed in: libmbca (Ubuntu) Status: New = Invalid -- Lots of country names are

[Bug 337957] [NEW] [Jaunty] installer doesn't ask where to install GRUB and overwrites MBR which contains TrueCrypt Bootloader

2009-03-04 Thread Antti Kaijanmäki
Public bug reported: Binary package hint: debian-installer Sorry for just pasting irc-log, but I'm in a real hurry.. Feel free to edit :) #ubuntu+1: (22:04:44) Wellark: ugh.. I just installed kubuntu aplha5 from alternative CD on my laptop (22:05:30) Wellark: it's kinda funny as I'm quite sure

[Bug 337957] Re: [Jaunty] installer doesn't ask where to install GRUB and overwrites MBR which contains TrueCrypt Bootloader

2009-03-04 Thread Antti Kaijanmäki
Attaching logs from the second install. At least it should have detected the previous install on different partion, but it didn't. ** Attachment added: /var/log/installer/ http://launchpadlibrarian.net/23443980/installer.tar.gz -- [Jaunty] installer doesn't ask where to install GRUB and

[Bug 273152] Re: New rtl8187b device ID

2009-03-04 Thread Antti Kaijanmäki
Jaunty kernel has a new module zd1211 which contains this device ID. Marking this report invalid as adding the device id to rtl8187b would not be the right solution. ** Changed in: linux-meta (Ubuntu) Status: New = Invalid -- New rtl8187b device ID https://bugs.launchpad.net/bugs/273152

[Bug 302858] Re: APN for Vodafone Ireland is Incorrect.

2008-12-17 Thread Antti Kaijanmäki
cros13: would you be so kind and prepare a patch for me? :) -- APN for Vodafone Ireland is Incorrect. https://bugs.launchpad.net/bugs/302858 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 291226] Re: libmbca doesn't use LP translations

2008-12-17 Thread Antti Kaijanmäki
I opened up the translations for libmbca. I did initial import from the SVN and the files are in import queue currently. https://translations.launchpad.net/libmbca/+imports I hope this doesn't end up to be a complete disaster, but if it does I'm more than happy to let the l10n-people to handle

[Bug 308281] Re: Colombia providers missing

2008-12-17 Thread Antti Kaijanmäki
someone should provide a patch as described here: http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders ** Also affects: mobile-broadband-provider-info Importance: Undecided Status: New ** Changed in: mobile-broadband-provider-info Importance: Undecided = Medium

[Bug 307047] Re: rogers canada is missing

2008-12-17 Thread Antti Kaijanmäki
The database currently has Rogers ATT so I'm marking this bug invalid. Dial numbers are not stored in the database. If you have problems with dialing, you should file a bug against NetworkManager. If you have some other problems or suggestions, please, don't hesitate to file a new bug. **

[Bug 307047] Re: rogers canada is missing

2008-12-10 Thread Antti Kaijanmäki
** Also affects: mobile-broadband-provider-info Importance: Undecided Status: New -- rogers canada is missing https://bugs.launchpad.net/bugs/307047 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 287383] Re: Austrian Provider one has changed its name to orange

2008-12-09 Thread Antti Kaijanmäki
Someone should go through the documentation that Orange provides on their website or elsewhere, or even call their customer services and find out all the needed APNs and settings. Then a patch should be constructed and sent to me. If you want to continue the discussion on these APNs, please, don't

[Bug 291226] Re: libmbca doesn't use LP translations

2008-12-09 Thread Antti Kaijanmäki
libmbca is translated by the gnome translators. AFAIK because of that libmbca should not be translated in launchpad also. If someone has insight how gnome translation project and launchpad project co-operate I'm happy to hear about it. ** Changed in: libmbca (Ubuntu) Status: New =

[Bug 261416] Re: NM 0.7 - Nokia E51 is not detected

2008-12-09 Thread Antti Kaijanmäki
As discussed many times on hal-list[1], individual Nokias should not be added to modem.fdi. Nokias have CDC ACM serial ports that are already detected automatically by HAL and tagged as V.250 modems. Please, revert those ubuntu specific Nokia patches if you haven't already. If the devices do not

<    4   5   6   7   8   9   10   >