[solved] cryptkey /dev/disk/by-uuid doesn't work - udev does?!

Hello,
I have a cryptkey="/dev/disk/by-uuid/...:start:offset" option in my grub.cfg
This one doesnt work (no keyfile found).
But when I create a udev-rule which makes the device appear as /dev/foo (and add it to mkinitcpio.conf), the following works:
cryptkey="/dev/foo:start:offset"
on the other side, cryptdevice="/dev/disk/by-uuid/..." works fine.
So why can't I use the first option but have to setup this rule instead?
Or did I forget something?
Last edited by weltio (2013-05-30 19:29:07)

Oh - no iam just retarded. The device /dev/sdb doenst have a uuid... of course not. So i guess the udev solution is the only possible one.

Similar Messages

  • [SOLVED] [LVM over LUKS] TRIM forwarding doesn't work

    Recently I encrypted my SSD using LUKS and created three LVM volumes on top of it. Then I added "allow-discards" to the list of kernel parameters, here is the respective entry from grub.cfg:
    linux /vmlinuz-linux root=/dev/mapper/vgarch-root ro cryptdevice=/dev/sda2:vgarch:allow-discards cryptkey=/dev/disk/by-uuid/02F2-CDB8:vfat:/lukskey quiet logo.nologo loglevel=3 console=tty1 splash=silent,theme:arch-elegant elevator=noop transparent_hugepage=never radeon.modeset=1
    And an excerpt from fstab:
    /dev/mapper/vgarch-root / ext4 defaults,auto,noatime,discard 0 1
    UUID=e8ba294e-9621-422d-8f40-d9ffbc715484 /boot ext2 defaults 0 2
    /dev/mapper/vgarch-var /var ext4 defaults,auto,noatime,discard 0 2
    /dev/mapper/vgarch-home /home ext4 defaults,auto,noatime,discard 0 2
    When the system is booting up, "encrypt" hook prints the appropriate message ("Enabling TRIM/discard support."), so everything seems to work fine. But when I check for TRIM support using the following method, the last command doesn't print zeroes as expected.
    [root@archhost /]# dd if=/dev/urandom of=tempfile count=100 bs=512k oflag=direct
    100+0 records in
    100+0 records out
    52428800 bytes (52 MB) copied, 5.66872 s, 9.2 MB/s
    [root@archhost /]# hdparm --fibmap tempfile
    tempfile:
    filesystem blocksize 4096, begins at LBA 0; assuming 512 byte sectors.
    byte_offset begin_LBA end_LBA sectors
    0 13969408 13970431 1024
    524288 13986816 13987839 1024
    1048576 14026752 14127103 100352
    [root@archhost /]# hdparm --read-sector 13969408 /dev/sda
    /dev/sda:
    reading sector 13969408: succeeded
    bc43 41aa 82eb 4200 438a 6151 cbbd 0842
    4014 cfa4 17e7 b2ca 7c92 ec35 9fe3 0089
    206c beba c33d 5876 89e7 0d9c 1fc7 b122
    801e bdb9 82af 8885 add9 7b17 7aa4 4c69
    d4c1 da55 2029 bd05 d0f0 cd22 a944 b27b
    ffa7 9c29 ad4a 9292 7f3a 9e4d 9040 f135
    f507 3d8b c142 6ac2 da83 167a c40e 1be4
    2c58 f7b6 fb50 2ce7 c7d2 6f70 ce45 be87
    bfe4 2755 4795 10ee e1e1 1362 d078 a8ac
    0754 8663 6881 12e4 fe8c c1c1 795f 7617
    0423 1abf eade 31d1 4bfc e7a0 5fbc 36cd
    af25 febe 374a bef1 eb3b 2b73 df5c a5fe
    9dc3 d5e9 e31c 97ec 35ca 4002 4beb 0917
    2d72 d0e3 f0ab 8d75 0fcf ce97 500f e869
    875b 7866 1528 7148 99d0 6369 3369 a639
    cb39 f552 a277 62c3 1ba8 bdb3 4127 a6ca
    5cdd d934 5f5b a434 a20e 980c 7bfd 6f40
    7029 d9aa 294f 321e 4eab 8130 adf3 140a
    5352 328b 6713 25ac c37a d33a 2be9 3699
    459c fc7a 1b10 7e99 8b74 cc60 e5b9 3a85
    edbb 7baf 2205 34a4 c10e 6d79 1e44 239f
    dad3 ee10 b76f 76fa 569c 3b73 81e0 0848
    db89 4efd c520 163e af72 b83b ff3b a924
    d2f1 120d 75df f7ae 3922 1b2a ee39 5efd
    3ade 6a0e f24e f14d 7444 d7b6 3c3a 5ab6
    2345 420d e9a4 1811 807e 9c29 5da3 f9a0
    f7cb ba53 b3f1 69c4 b76d fa9d 6a0a 0184
    a69c fe16 42d9 71a9 85b9 1b01 8870 40b1
    585a c191 a101 39b4 2203 b662 2a17 50fc
    93ac 3a2d 2b27 22f4 ff60 f7d1 fd59 feda
    1477 c56f 816a 0199 34b7 ba4c 4950 6af8
    b7bf c409 d48a e701 2894 1be1 3ac9 d4b1
    [root@archhost /]# rm tempfile
    [root@archhost /]# sync
    [root@archhost /]# hdparm --read-sector 13969408 /dev/sda
    /dev/sda:
    reading sector 13969408: succeeded
    bc43 41aa 82eb 4200 438a 6151 cbbd 0842
    4014 cfa4 17e7 b2ca 7c92 ec35 9fe3 0089
    206c beba c33d 5876 89e7 0d9c 1fc7 b122
    801e bdb9 82af 8885 add9 7b17 7aa4 4c69
    d4c1 da55 2029 bd05 d0f0 cd22 a944 b27b
    ffa7 9c29 ad4a 9292 7f3a 9e4d 9040 f135
    f507 3d8b c142 6ac2 da83 167a c40e 1be4
    2c58 f7b6 fb50 2ce7 c7d2 6f70 ce45 be87
    bfe4 2755 4795 10ee e1e1 1362 d078 a8ac
    0754 8663 6881 12e4 fe8c c1c1 795f 7617
    0423 1abf eade 31d1 4bfc e7a0 5fbc 36cd
    af25 febe 374a bef1 eb3b 2b73 df5c a5fe
    9dc3 d5e9 e31c 97ec 35ca 4002 4beb 0917
    2d72 d0e3 f0ab 8d75 0fcf ce97 500f e869
    875b 7866 1528 7148 99d0 6369 3369 a639
    cb39 f552 a277 62c3 1ba8 bdb3 4127 a6ca
    5cdd d934 5f5b a434 a20e 980c 7bfd 6f40
    7029 d9aa 294f 321e 4eab 8130 adf3 140a
    5352 328b 6713 25ac c37a d33a 2be9 3699
    459c fc7a 1b10 7e99 8b74 cc60 e5b9 3a85
    edbb 7baf 2205 34a4 c10e 6d79 1e44 239f
    dad3 ee10 b76f 76fa 569c 3b73 81e0 0848
    db89 4efd c520 163e af72 b83b ff3b a924
    d2f1 120d 75df f7ae 3922 1b2a ee39 5efd
    3ade 6a0e f24e f14d 7444 d7b6 3c3a 5ab6
    2345 420d e9a4 1811 807e 9c29 5da3 f9a0
    f7cb ba53 b3f1 69c4 b76d fa9d 6a0a 0184
    a69c fe16 42d9 71a9 85b9 1b01 8870 40b1
    585a c191 a101 39b4 2203 b662 2a17 50fc
    93ac 3a2d 2b27 22f4 ff60 f7d1 fd59 feda
    1477 c56f 816a 0199 34b7 ba4c 4950 6af8
    b7bf c409 d48a e701 2894 1be1 3ac9 d4b1
    Is it possible at all to enable TRIM support in this case? And if yes, what did I miss?
    Last edited by Atragor (2012-07-01 19:19:14)

    Good, my guess then would be that your trim is working already and you should be able to invoke it also with fstrim manually to get a positive confirmation in bash.
    The reason you don't see the zeros in your check should be that the hdparm reports back the wrong starting sector of the file due to offsets. See here for a thorough explanation by the developer and here another summary.

  • [SOLVED] ERROR: Can't find root device /dev/disk/by-uuid/...

    Yesterday I upgraded my Lenovo X100e
    # pacman -Syu
    and rebooted.  Upon reboot, I received the error
    ERROR: Cannot find root device '/dev/disk/by-uuid/[...]'
    just after kernel decompression. I got dropped into the recovery shell
    and could not boot.
    The problem persisted despite using different root device names (e.g. /dev/sda3, the actual root device).  After reading the instructions at https://wiki.archlinux.org/index.php/Chroot I used a core installation image (on a usb stick) to boot the machine, then chrooted into my installation.  I ran mkinitcpio and found that the udev hook was missing, i.e. not in /lib/initcpio/hooks.  Nor was there a file called 'udev' in /lib/initcpio/install.
    I copied these files from a friend's installation and then re-ran mkinitcpio:
    # mkinitcpio -p linux
    I was able to reboot successfully after that.
    The weird thing: I don't know how the udev hook script was deleted from /lib/initcpio/hooks.
    If someone else runs into this problem: try to run mkinitcpio (e.g. by using the chroot), and check for this problem.  I think the problem was that the root device could not be found because the udev hook had not run, and therefore /dev was unpopulated.

    Betwen udev-181-2 and udev-181-5, the hooks have moved from /lib/initcpio to /usr/lib/initcpio. But mkinitcpio -L should still list them.
    I have a similar problem since the last update. The kernel doesn't seem to load my raid driver anymore. Upon boot it throws some cryptic udev messages at me and then crashes. Haven't found out what that is about yet.

  • [SEMI-SOLVED; STILL CURIOUS] no more /dev/disk/by-uuid

    I installed another Arch in a spare partition, reformatting  sda2 and sda5 (swap). Since I use UUIDs in fstab, when I rebooted the previous installation in sda1 it failed to activate swap, since the UUID of that partition changed. Not a big deal: just update fstab and activate swap manually.
    While doing this anyway I noticed that there was no more /dev/disk/by-uuid directory.
    Is this normal or should I be concerned? Also, can someone explain how this directory is populated at boot time?
    Thanks in advance for your help.
    SOLUTION: a broken installation of util-linux-ng: for unknown (at least to me) reasons, blkid was missing. I reinstalled the package and restarted udev: it worked.
    I'm still curious to know how come that i did boot my system without a /dev/disk/by-uuid directory, given the fact that both fstab and menu.lst use UUIDs.
    Last edited by daneel971 (2009-09-02 17:16:22)

    Hello Daneel971!
    What's the output of 'blkid' command ?

  • Flash [?] drive not appearing in /dev/disk/by-uuid

    I'm not sure if "flash drive" is the correct term or not ... the filesystem I want to mount is on a Sansa c240 MP3 player (a refurbished unit I bought last week), which connects via USB. Now, I *can* mount the drive, and have been able to all along, but I would like to add a line in /etc/fstab, using the device name from /dev/disk/by-uuid, so I can mount the thing conveniently under my regular username. But the device is not listed in /dev/disk/by-uuid (I've checked many times over the last couple of days).
    That's not how it started, though. When I first brought the thing home and plugged it in, it did appear in /dev/disk-by-uuid. But I ran into some difficulties, and in the course of trying to make the player play nice with Linux, I formatted the drive once or twice using the player's internal command--still no problem as long as I did that. But then, following somebody's recommendation, I ran mkfs.vfat on the partition under Linux ... and that seems to have coincided with the device's disappearing from /dev/disk/by-uuid.
    Now, I gather that USB flash drives and such don't always have UUIDs, but this one apparently does:
    # blkid /dev/sdc1
    /dev/sdc1: LABEL="Sansa c240" UUID="CC07-5165" TYPE="vfat"
    And, as you can see, the partition is definitely visible, and I can mount it as /dev/sd*1, and copy files to it. It also has an entry under /dev/disk/by-id, just not under /dev/disk/by-uuid. Any ideas why that might be, or what I can do about it?
    TIA for any tips.

    Sorry for the necrobumping..but I have the same problem on a headless server running the  2.6.31 kernel, and not just with  flashdrives  but any usb storage: I see the uuid with blkid, yet they don't show up in /dev/disk/by-uuid/ . I can mount them with /dev/sd[a-z][0-9] but I rather use uuids in my mount-scripts. Is there any solution other than making the symlinks in /dev/desk/by-uuid myself?
    <edit>
    solved it myself:
    The cause was 'OPTIONS="last_rule"' that I added to some lines in a udev-rule file I made in /udev/rules.d/ for automounting usb drives based on the ones here: http://wiki.archlinux.org/index.php/Ude … SB_devices. After removing those parts both my udev rule gets executed and the links in /dev/disk/by-uuid are created when inserting a usb drive.
    </edit?
    Last edited by rwd (2010-01-20 21:37:23)

  • My iPod's headphone jack isn't working anymore, when i put my headphones in , the left l, My iPod's headphone jack isn't working anymore, when i put my headphones in , the left earphone doesn't work. Does anyone know if this can be fixed ?

    My iPod nano 3rd generation headphone jack isn't working anymore, when i put my headphones in , the left earphone doesn't work. Does anyone know if this can be fixed ?

    Hi Mr.Acevedo329!
    I have an article here for you that can help you troubleshoot the issues you are experiencing. That article can be found right here:
    iPod troubleshooting basics and service FAQ
    http://support.apple.com/kb/ts1382
    Specifically, you will want to take note of this section:
    The headphones don't work
    If your iPod's headphones don't work or have static or garbled audio, try connecting them to any other 3.5 mm stereo headphone jack, like the one on your computer. If the issue with the headphones persists, replace them. For an iPod under warranty, you can order a replacement online. Otherwise, check out the cool headphones at the Apple Online Store. If the issue appears to be with the iPod, try resetting it. If that doesn't work, then restore iPod with the latest iPod software using iTunes 7 or later.
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • I used mactheripper to rip my DVDs so I could store them on my mac.  However since upgrading to lion x os mactheripper doesn't work. Does anyone know of a free alternative that works on lion x os?  Thanks

    I used mactheripper to rid my DVDs so I could store them on my mac.  Since upgrading to lion x os mactheripper doesn't work.  Does anyone know of a free alternative that works with lion x os?  Thanks

    Try what Terence Devlin posted in this topic:
    Terence Devlin
    Apr 14, 2015 11:21 AM
    Re: Is Iphoto gone ? i want it back!
    in response to Johannes666
    Recommended
    Go to the App Store and check out the Purchases List. If iPhoto is there then it will be v9.6.1
    If it is there, then drag your existing iPhoto app (not the library, just the app) to the trash
    Install the App from the App Store.
    Sometimes iPhoto is not visible on the Purchases List. it may be hidden. See this article for details on how to unhide it.
    http://support.apple.com/kb/HT4928
    One question often asked: Will I lose my Photos if I reinstall?
    iPhoto the application and the iPhoto Library are two different parts of the iPhoto programme. So, reinstalling the app should not affect the Library. BUT you should always have a back up before doing this kind of work. Always.

  • [SOLVED]mounting cdrom and usb devices doesn't work

    Hello,
    i have trouble mounting my usb devices. automount doesn't work and i can't mount them manually even as a superuser. here's the output of mount command:
    mount: wrong fs type, bad option, bad superblock on /dev/sdc,
    missing codepage or helper program, or other error
    In some cases useful info is found in syslog - try
    dmesg | tail or so
    i can mount cdrom manually but i can't do the same for my usb stick and external hard drives. it always complains about the above regardless of the filesystem. my devices are working under windows and other linuxes so i know hardware is not the problem.
    i'm using lxde with pcmanfm.
    if you need any other files just ask.
    thanks
    Last edited by the gray (2009-03-16 20:15:18)

    above was the error when i tried to mount any usb device with "mount -t <type> /dev/sdc /media/mountpoint". and i couldn't mount any usb device as root from console. when i tried to mount devices using pcmanfm it just popped some empty dialogs and i couldn't find any mention of "IsCallerPriviliged failed" error so i (wrongly) presumed it wasn't that. i did try some of the other fixes mentioned in the forum with no success. but adding exec ck-launch-session startkde to my .xinitrc fixed the issue
    thanks again
    Last edited by the gray (2009-03-16 20:17:53)

  • How to restore a CD or .dmg to a disk? It doesn't work as described.

    To restore a .dmg file or the contents of a CD or DVD to a disk, I used to open Disk Utility, click on the .dmg file that I want to put on a disk, click the Restore tab, drag the .dmg to the source field and the disk to the Destination field.
    Now, on both my 10.6.1 MBP and on my wife's 10.4.11 MBP, dragging the CD icon from the desktop or finder window to the Destination field just won't take. If I try to drag the blank CD from the left column of DU, the whole window changes.
    The DU help menu says: "3. Drag the disk that will hold the contents of the disk image to the Destination field." That doesn't work for me.
    TIA for any ideas.
    Chris

    Works here. Create a new admin user account, log into it, and try there.

  • [solved]amarok-2.5.0-2 doesn't work

    i use Arch Linux x86_64 with the latest kernel from core, it's the 3.2.8, and KDE 4.8.0, Qt 4.8 with ffmpeg 20120127-3. My problem is when i try to run amarok it says "amarok: error while loading shared libraries: libavcodec.so.52: cannot open shared object file: No such file or directory" i made a symlink for libavcodec.so.53 but still doesn't work. I couldn't find anything in this topic. I try to compile the git version from AUR but it's the same.
    Last edited by hg2rbw (2012-03-03 07:55:07)

    What's the output of
    LD_DEBUG=files amarok > amarok.log 2>&1 && grep libavcodec amarok.log

  • [SOLVED] xfce 4.8 = auto mount doesn't work at boot

    Hi
    I installed arch linux with xfce as DE. auto mount doesn't work at boot. I read the wiki about policykit and I have
    ck-launch-session
    at my .xinitrc but still no luck. I have dbus running as a daemon and my user belong to appropriate groups (storage and ...)
    I don't want to use auto mount rules instead of xfce auto mount.
    thanks in advanced
    Last edited by sasy360 (2011-07-02 03:16:35)

    Jodell wrote:Do you have gvfs installed?
    Oh that was all. thanks!
    Did you read the wiki entry for Xfce?
    yes but it did not mention to install gvfs.

  • XP doesn't work - ME does!!

    have the following problem when connecting my 20G 4th Generation iPod. It was 1 week out of warranty (typical!!) when I noticed I couldn’t connect to my HP laptop with XP home edition and iTunes 7.
    I get the message “iTunes has detected an iPod that appears to be corrupted….” Restore and update don’t work and although explorer recognises the iPod if I select it explorer hangs.
    I’ve tried connecting to other XP pc’s and the same thing happens. I went to my local Apple store and various assistants tried to solve the problem without success. Apple telephone support came up with some suggestions but couldn’t sort it either.
    The saving grace was when I connected to my Windows ME desktop pc. It recognised the iPod, I could transfer files to and from it in explorer and by using free Yamipod software I have put most of the music back on it. However as iTunes doesn’t work on ME I can’t put the music I’ve downloaded from iTunes on the iPod unless I burn cd’s and re-import them. I want to upgrade the old creaking and groaning ME pc but am reluctant to do so ‘cos I’ll never be able to connect to my iPod again. Any ideas??

    I do not understand the reason behind, but I am interesting to know what would happen if you connect your iPod back with the XP computer.
    Would you get the same error message?
    Thats why I always suggest user to fix their problem ipod with another computer of different OS. Regarding why it did not get recognized on a Mac, which is a suprise to me, it could be just an overlook by the person in the apple shop (I am sorry to say so). Did he/she put your iPod into disk mode before the connection?

  • Sending in Mail doesn't work, Entourage does, Why?

    Sending emails in Apple's Mail doesn't work, yet Microsoft Entourage does, Why?
    This is the conversation I've been having with my server tech, and they can't find the reason why I can send mail in Microsoft Entourage no problem, yet Apple Mail receives but not able to send any email what so ever..
    Very frustrating.
    Carl Pepper said:
    2008-05-09 13:16:39 (UTC-7)
    I'm having a heck of a time trying to SEND emails on the SilverSpiritHomeServices.com system.
    I'm using a Mac.
    I can do it in Microsoft Entourage, yet I can't do it in Mac Mail (this is the program I need to be able to use).
    Receiving email it works fine, just sending it only works in Entourage.
    Rackspace said:
    2008-05-09 13:16:39 (UTC-7)
    Thank you for choosing Rackspace!
    This is just a quick note to notify you that we have received your support request. A member of your Fanatical(TM) support team will address your request as soon as possible. Should you need to update this ticket, please log into your myrackspace.com account and click on the Support tab or you may call us anytime at one of the below numbers. We're glad to do what we can to help in any way possible!
    Best Regards,
    Your Fanatical™ Support Team
    Rackspace ™
    Toll Free 800.961.4454
    International 1.210.447.4000
    UK Office +44 (0)20 8734 2700
    Rackspace said:
    2008-05-09 13:38:27 (UTC-7)
    Hello,
    That definitely seems odd. Since it works fine with Entourage, that would indicate the server is working properly. Additionally, I've tested the SMTP server from here (on a Mac) and am able to connect. I do not have a valid user to send email with, but I can try it if you want to provide me with the one you are trying, temporarily.
    As always, if you have any other questions or concerns, please do not hesitate to contact us. Have a great day, and thanks for choosing Rackspace Managed Hosting!
    Scott Wade
    Linux Systems Administrator III
    Rackspace Hosting ™
    Toll Free 800.961.4454
    International 1.210.447.4000
    Carl Pepper said:
    2008-05-09 14:35:36 (UTC-7)
    The settings I have are:
    [email protected]
    mail.SilverSpiritHomeServices.com
    User Name:[email protected]
    Password: XXXXXX
    (SMTP): pop.SilverSpiritHomeServices.com
    Authentication: None
    Use Secure Sockets Layer (SSL) unchecked
    Carl Pepper said:
    2008-05-09 15:00:15 (UTC-7)
    Here is the "cheat sheet" from APPLE.COM:
    "Outgoing mail server settings
    Outgoing server hostname: __________________________
    Such as smtp.sampleserver.com
    Outgoing server port:
    25 [ ] 465 [ ] 587 [ ] Other: ____
    The outgoing mail server supports Secure Sockets Layer (SSL): Yes [ ] No [ ]
    Outgoing server authentication type:
    Password [ ] MD5 [ ] NTLM [ ] Kerberos [ ]
    Outgoing server requires a username and password: Yes [ ] No [ ]
    If yes, username: ___________________ password: _______________________
    Can these settings be used from any Internet connection?: Yes [ ] No [ ]
    If you use your ISP’s own email service (instead of a third-party such as Gmail), sometimes it may not work if you roam to another Internet access point, such as a cafe with wireless Internet. Check with your email provider that the settings they give you will work if you plan to roam."
    Rackspace said:
    2008-05-09 19:26:43 (UTC-7)
    Hello Carl,
    In your report, I notice this:
    Authentication: None
    You need to authenticate before you can send mail so, authentication is a must. To be thorough, I tested both SMTP and POP authentication with the credentials you specified:
    $ perl -MMIME::Base64 -e 'print encode_base64("\000info\@SilverSpiritHomeServices.com\000XXXXXX")'
    AGluZm9AU2lsdmVyU3Bpcml0SG9tZVNlcnZpY2VzLmNvbQBzaWx2ZXIwMA==
    $ telnet mail.SilverSpiritHomeServices.com 25
    Trying 72.3.249.33...
    Connected to SilverSpiritHomeServices.com.
    Escape character is '^]'.
    220 thepepper.com ESMTP
    EHLO RACKSPACE
    250-thepepper.com
    250-AUTH=LOGIN CRAM-MD5 PLAIN
    250-AUTH LOGIN CRAM-MD5 PLAIN
    250-STARTTLS
    250-PIPELINING
    250 8BITMIME
    AUTH PLAIN AGluZm9AU2lsdmVyU3Bpcml0SG9tZVNlcnZpY2VzLmNvbQBzaWx2ZXIwMA==
    235 go ahead
    MAIL FROM [email protected]
    250 ok
    RCPT TO [email protected]
    250 ok
    DATA
    354 go ahead
    Subject: test
    test 123
    250 ok 1210386097 qp 32576
    Now for pop:
    $ nc mail.SilverSpiritHomeServices.com 110
    +OK Hello there. <[email protected]>
    USER [email protected]
    +OK Password required.
    PASS XXXXXX
    +OK logged in.
    All worked in both tests. Please enable authentication and get back to us.
    Best Regards,
    Jared Rodriguez
    Rackspace Support
    Carl Pepper said:
    2008-05-10 15:40:13 (UTC-7)
    What kind of authentication?
    MD5
    NTLM
    GASSPI
    PASSWORD
    Rackspace said:
    2008-05-10 18:02:07 (UTC-7)
    Hello Carl,
    Your server only supports CRAM-MD5 and PLAIN authentication. You will need to use plain text authentication. I have never configured mac mail so I do not know how to configure this, you may want to speak with someone a apple support if you have trouble.
    Best Regards,
    Jared Rodriguez
    Rackspace Support
    Carl Pepper said:
    2008-05-10 18:46:15 (UTC-7)
    Which one is plain text?
    Rackspace said:
    2008-05-10 20:23:43 (UTC-7)
    Hello Carl,
    While I am not sure, you may want to try 'PASSWORD'.
    Best Regards,
    Jared Rodriguez
    Rackspace Support

    I've tried mirroring the settings from Entourage. I will take another look:
    ENTOURAGE
    *Personal Information:*
    Name: Mitch Kring
    Email Address: [email protected]
    *Receiving Mail:*
    Account ID: [email protected]
    POP Server:
    Password: XXXXXX
    [checked] Save password in my Mac OS keychain
    (nothing in the advanced receiving options is checked)
    *Sending Mail:*
    SMTP Server: pop.SilverSpiritHomeServices.com
    (nothing in the advanced receiving options is checked)
    APPLE MAIL
    Incoming Mail Server: mail.SilverSpiritHomeServices.com
    User Name: [email protected]
    Password: XXXXXX
    Outgoing Mail Server (SMTP): pop.SilverSpiritHomeServices.com
    Server Port: 465
    Authentication: Password
    User Name: [email protected]
    Password: XXXXXX
    This is all the info I can find right now..

  • When I dock my ipod touch into my bose speakers, the 365Live radio APP doesn't work. Does anybody know why?

    When I dock my ipod touch into my Bose speakers, the 365LiveRadio APP doesn't work. It buffers and doesn't connect.
    Why ?

    Audio through a dock connection is at line level, also called line out.  Line level volume is not adjustable.  You need to change the volume using the controls on the iHome device, or its remote.

  • L have to have Quicktime loaded to import video to Photoshop CS4 but it doesn't work. Does anyone know why??

    Hello there
    Can anyone tell me how to import video into Photoshop CS4 as l was told to download Quicktime 7.1 or later but this hasn
    not worked. l have read that it is probably that l have not got the right codex but which one is it......If you have an idea or could point me in the right direction this would be really helpful...
    many thanks
    seannybro

    Many Thanks for the reply, Maybe l didn't word it correctly as l've been searching for days now for a solution,sorry, but l have just found out while watching tutorials on a education program that you can actual edit each frame in a video in Photoshop by importing the video into it. In these tutorials they said you have to download Quicktime 7.1 or later in order for this to work and then you can go through every frame of your video and change it, draw on it, do mainly anything you what, basically what you can do on a photo you can do with a video. It works with one of my AVI,files but not on any of my others or on any of my MOV. files. l just get a white screen the video is there in the AVI but l can't get MOV. to import. In AVI format it shows no pictures but it is there in the time/animation dilation and l was wondering does anyone know if l need to upload a new codec for it to work or have to switch or activate something for it to work on quicktime......but l have found others with the same problem but there all say upload a new codec but which??
    any help would be really appreciated
    Seannybro
    (If your wondering how too try changing your workspace from ESSENTIALS to VIDEO the icon is in the right hand corner near the close down button in Photoshop and double click on the grey interface (a photo uploads) to get to upload your videos from files then you should be able to upload from there....Import in the file menu doesn't work...hope this helps you. If it works for you then l must be going wrong somewhere....enjoy:)

Maybe you are looking for