[Bug 296750] Re: "special device /dev/dm-0 does not exist" when mounting an encrypted drive

2008-11-11 Thread Jan Jergus
** Description changed:

  Intrepid, fully updated. This bug does not happen always, it happens
  approximately 50% times.
  
  Steps to reproduce:
  1. Connect an USB hard drive with an encrypted partition with password stored 
in GNOME keyring.
  2. Enter the GNOME keyring password.
  
  What should happen:
  The encrypted partition should be mounted, an icon should appear on desktop.
  
  What happens:
  An error message pops up, saying
  "Unable to mount the volume ''.
  Details:
  mount: special device /dev/dm-0 does not exist"
+ 
+ 
+ Disconnecting and then connecting the drive again sometimes helps, however, 
sometimes I get the same error message again. Last time I had to connect the 
drive 3 times before it finally mounted.

-- 
"special device /dev/dm-0 does not exist" when mounting an encrypted drive
https://bugs.launchpad.net/bugs/296750
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 296750] [NEW] "special device /dev/dm-0 does not exist" when mounting an encrypted drive

2008-11-11 Thread Jan Jergus
Public bug reported:

Intrepid, fully updated. This bug does not happen always, it happens
approximately 50% times.

Steps to reproduce:
1. Connect an USB hard drive with an encrypted partition with password stored 
in GNOME keyring.
2. Enter the GNOME keyring password.

What should happen:
The encrypted partition should be mounted, an icon should appear on desktop.

What happens:
An error message pops up, saying
"Unable to mount the volume ''.
Details:
mount: special device /dev/dm-0 does not exist"

** Affects: gnome-mount (Ubuntu)
 Importance: Undecided
 Status: New

-- 
"special device /dev/dm-0 does not exist" when mounting an encrypted drive
https://bugs.launchpad.net/bugs/296750
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 296750] Re: "special device /dev/dm-0 does not exist" when mounting an encrypted drive

2008-11-25 Thread Jan Jergus
Thanks for finally answering, but why do you say so? I don't see the
same error message anywhere in that thread, and the other bug is quite
old. My problem started in Intrepid.

Here are some additional details I can think of.

The most interesting thing is probably that this does not happen
consistently. Any ideas what might cause the drive to mount correctly
about half the times and not mount at other times?

When the error pops-up, the drive is LUKS-opened correctly, it is
possible to manually mount it like "sudo mount
/dev/mapper/luks_crypto_ac639614-9758-4555-9c97-90d4796d9c8b /mnt".
However, "gnome-mount -vbd
/dev/mapper/luks_crypto_ac639614-9758-4555-9c97-90d4796d9c8b" gives the
following output:

gnome-mount 0.8
** Message: Given device 
'/dev/mapper/luks_crypto_ac639614-9758-4555-9c97-90d4796d9c8b' is not a volume 
or a drive.

Output of "sudo fdisk -l /dev/sdb":

Disk /dev/sdb: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x5b6ac646

   Device Boot  Start End  Blocks   Id  System
/dev/sdb1   1   38913   312568641c  W95 FAT32 (LBA)

Can this be a problem? The partition is marked as "W95 FAT32 (LBA)" (I
didn't change it, this is how it was supplied), but I encrypted the
partition (not the whole drive) and formatted the encrypted partition as
ReiserFS.

-- 
"special device /dev/dm-0 does not exist" when mounting an encrypted drive
https://bugs.launchpad.net/bugs/296750
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 298024] [NEW] unable to set window movement key to meta

2008-11-14 Thread Jan Jergus
Public bug reported:

Binary package hint: metacity

This is a regression in Intrepid.


Steps to reproduce:
1. Turn off "Desktop Effects", use Metacity only. This bug does not occur when 
Compiz is enabled.
2. Go to System/Preferences/Window
3. Set "Movement Key" to "Meta".

What happens:
Nothing. Windows are still moved with Alt.

What should happen:
Windows should be moved with Windows key, Alt should do nothing.


In Keyboard Layout Preferences, I have set "Alt/Win key behaviour" to "Meta is 
mapped to the Win-keys". It always worked this way, but broke in Intrepid.


There is a temporary workaround: Enable desktop effects and then disable them 
again. Now it works in Metacity as well, but only until the system is restarted.

** Affects: metacity (Ubuntu)
 Importance: Undecided
 Status: New

-- 
unable to set window movement key to meta
https://bugs.launchpad.net/bugs/298024
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 273026] Re: encrypted drive not mounted if password is not entered quickly enough

2008-11-14 Thread Jan Jergus
This does not happen in Intrepid anymore. However, there is a new problem:
https://bugs.launchpad.net/ubuntu/+source/gnome-mount/+bug/296750

-- 
encrypted drive not mounted if password is not entered quickly enough
https://bugs.launchpad.net/bugs/273026
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 272133] [NEW] intrepid cryptsetup luksOpen not recognizing the correct password (OK in hardy)

2008-09-19 Thread Jan Jergus
Public bug reported:

Binary package hint: cryptsetup

I have an encrypted external hard drive. It was formatted in Hardy using
cryptsetup luksFormat. I can mount this drive on two separate Hardy
machines without problems. Trying to mount this drive in Intrepid Alpha
6 results in the following error:

[EMAIL PROTECTED]:~$ sudo cryptsetup luksOpen /dev/sdb1 mydisk
Enter LUKS passphrase:
Command failed: No key available with this passphrase.

Ubuntu also tries to mount this drive automatically and asks for the
password, but it fails with a similar error:

Error
org.freedesktop.Hal.Device.Volume.Crypto.SetupPasswordError

Error setting up /dev/sdb1 - bad password?

** Affects: cryptsetup (Ubuntu)
 Importance: Undecided
 Status: New

-- 
intrepid cryptsetup luksOpen not recognizing the correct password (OK in hardy)
https://bugs.launchpad.net/bugs/272133
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 272133] Re: intrepid cryptsetup luksOpen not recognizing the correct password (OK in hardy)

2008-09-21 Thread Jan Jergus
The module wasn't loaded. Loading it did help, it works now. Thank you.
Maybe this module should be loaded automatically?

-- 
intrepid cryptsetup luksOpen not recognizing the correct password (OK in hardy)
https://bugs.launchpad.net/bugs/272133
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 273026] [NEW] encrypted drive not mounted if password is not entered quickly enough

2008-09-22 Thread Jan Jergus
Public bug reported:

Binary package hint: gnome-mount

Steps to reproduce:
1. Insert a USB stick/hard drive with an encrypted partition.
2. Dialog appears asking for password.
3. Wait 20 seconds, then enter the password.

What should happen:
Icon of the encrypted drive should appear on your desktop.

What actually happens:
No icon appears. However, the /dev/mapper/luks_crypto_... device is created, so 
you can mount it manually without entering the password again. In Hardy, this 
happends silently. In Intrepid Alpha 6, an error dialog pops-up in the 
background while entering the password saying that "there was no response".

If you enter the password quickly enough, this bug does not happen.

** Affects: gnome-mount (Ubuntu)
 Importance: Undecided
 Status: New

-- 
encrypted drive not mounted if password is not entered quickly enough
https://bugs.launchpad.net/bugs/273026
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 296750] Re: "special device /dev/dm-0 does not exist" when mounting an encrypted drive

2009-01-09 Thread Jan Jergus
When mounting manually, the standard way is to "map" the encrypted drive
or partition using "cryptsetup luksOpen", which automatically creates a
mapper device in /dev/mapper/. gnome-mount (or is HAL
responsible for this?) seems to be doing it the same way, choosing an
alias "luks_crypto_". It seems that instead of mounting this
device after it is created, gnome-mount tries to mount /dev/dm-0 for
some reason. And for some reason, it only does this sometimes.

-- 
"special device /dev/dm-0 does not exist" when mounting an encrypted drive
https://bugs.launchpad.net/bugs/296750
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 219054] Re: Evolution doesn't send mail with attachments via GMail SMTP

2008-05-05 Thread Jan Jergus
I can confirm that this is indeed a bug. It is a regression, there was
no problem in Gutsy and it consistently doesn't work in Hardy.

Steps to reproduce:
1. Run any Hardy configuration (results are the same from Live CD and from 
fully updated installed version)
2. Run any e-mail client (I tried Evolution, Thunderbird and Claws)
3. Set up a Gmail account (results are the same for both newly created and old 
accounts)
Settings are: pop.gmail.com:995/SSL and smtp.gmail.com:25/TLS or 
smtp.gmail.com:587/SSL

4. Create a small e-mail message and send it. This works OK.
5. Create a large e-mail message (for me the threshold is about 150 kB) and 
send it.

Expected result:
Mail gets sent like in step 4.

Actual result:
Mail client starts sending the message and stops after about 150 kB. It then 
appears to continue sending the message, but no more bytes get sent for a few 
minutes and then it reports an error message (Evolution and Thunderbird give a 
generic error message, Claws says something like "connection timeout").

Please consider reopening this bug. Also, let me know how I can test
further. Thanks!

-- 
Evolution doesn't send mail with attachments via GMail SMTP
https://bugs.launchpad.net/bugs/219054
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 219054] Re: Evolution doesn't send mail with attachments via GMail SMTP

2008-05-05 Thread Jan Jergus
See my last comment.

-- 
Evolution doesn't send mail with attachments via GMail SMTP
https://bugs.launchpad.net/bugs/219054
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 219054] Re: Evolution doesn't send mail with attachments via GMail SMTP

2008-05-05 Thread Jan Jergus
See my last comment.

** Changed in: evolution (Ubuntu)
   Status: Invalid => New

-- 
Evolution doesn't send mail with attachments via GMail SMTP
https://bugs.launchpad.net/bugs/219054
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 216018] Re: Wine 0.5.58 -> Wine 0.9.59 ability to connect to WoW broken

2008-05-06 Thread Jan Jergus
I can confirm this bug, using both Wine 0.9.59 (from official
repositories) and Wine 0.9.61 from winehq.org. StarCraft and WarCraft
III both freeze when connecting to a LAN game. I tried connecting to a
game hosted on a machine with the same configuration (Hardy+Wine) and a
game hosted on a different Windows Vista computer - results were the
same.

However, I have the same problem with Wine 0.9.58 on Hardy, so it might
not be a problem with Wine directly.

-- 
Wine 0.5.58 -> Wine 0.9.59  ability to connect to WoW broken
https://bugs.launchpad.net/bugs/216018
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 219054] Re: Evolution doesn't send mail with attachments via GMail SMTP

2008-05-06 Thread Jan Jergus
This bug was already filed under Evolution, I didn't put it here. You
are right that it is not an Evolution bug, but I didn't know where to
move it. What do Evolution, Thunderbird and Claws have in common?
Perhaps some kind of generic networking package?

It might be a Gmail issue, but it is also an Ubuntu issue, as the
problem wasn't there in Gutsy. Also, it might not only be a Gmail issue
- it would be a good idea to test with other SMTP+SSL/TLS servers.

-- 
Evolution doesn't send mail with attachments via GMail SMTP
https://bugs.launchpad.net/bugs/219054
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 227428] [NEW] [regression] Sending large e-mails via Gmail SMTP timeouts (any mail client)

2008-05-06 Thread Jan Jergus
Public bug reported:

Sending large e-mails via Gmail SMTP server using any mail client fails
(details are mentioned in steps to reproduce). There is no problem with
Gutsy, the bug is only reproducible in Hardy.

I believe this was already filed as bug #219054, but it is incorrectly
filed under Evolution so I'm posting a new bug report.

Steps to reproduce:
1. Run any Hardy configuration (results are the same from Live CD and from 
fully updated installed version)
2. Run any e-mail client (I tried Evolution, Thunderbird, Claws and KMail)
3. Set up a Gmail account (results are the same for both newly created and old 
accounts)
Settings are: pop.gmail.com:995/SSL and smtp.gmail.com:25/TLS or 
smtp.gmail.com:587/SSL

4. Create a small e-mail message and send it. This works OK.
5. Create a large e-mail message (for me the threshold is about 150 kB) and 
send it.

Expected result:
Mail gets sent like in step 4.

Actual result:
Mail client starts sending the message and stops after about 150 kB. It then 
appears to continue sending the message, but no more bytes get sent for a few 
minutes and then it reports an error message (Evolution and Thunderbird give a 
generic error message, Claws says something like "connection timeout").

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
[regression] Sending large e-mails via Gmail SMTP timeouts (any mail client)
https://bugs.launchpad.net/bugs/227428
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 41411] Re: Fonts are mapped to ugly fonts (which also causes problems with OOo)

2008-04-27 Thread Jan Jergus
While the fonts with correct metrics might be the best option for
OpenOffice & printing, they look much worse in small sizes on screen.
See the attached image for comparison, both with and without subpixel
smoothing. I believe DejaVu should be default, with possible exception
of OpenOffice and other DTP applications.

** Attachment added: "Nimbus vs. DejaVu comparison in Firefox"
   http://launchpadlibrarian.net/13959542/hardy_firefox_fonts.png

-- 
Fonts are mapped to ugly fonts (which also causes problems with OOo)
https://bugs.launchpad.net/bugs/41411
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 146946] Re: [gutsy] Gnome settings daemon does randomly not work

2007-11-08 Thread Jan Jergus
I'm in the same situation, about once a week this message appears with
no apparent reason and some settings (desktop background, GTK+ theme,
...) are lost until reboot/logout. I think it might somehow be relevant
that I am using autologin - I've heard of similar problems caused by
something (dbus?) not loaded soon enough, before something else (gnome-
settings-daemon?) when using autologin. I will try setting GDM to login
after five second delay to see if it helps. Unfortunately, it will take
a few weeks to say with reasonable accuracy if there is any difference.

-- 
[gutsy] Gnome settings daemon does randomly not work
https://bugs.launchpad.net/bugs/146946
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 146946] Re: [gutsy] Gnome settings daemon does randomly not work

2007-11-08 Thread Jan Jergus
Forgot to note: Gutsy Gibbon, clean install, same problem on two
different computers. Also, I have had this problem in at least two
previous Ubuntu versions as well.

-- 
[gutsy] Gnome settings daemon does randomly not work
https://bugs.launchpad.net/bugs/146946
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