What are these error messages on login?

I just used migration assistant when I set up my new iMac 2.16 C2D from my old G4. My console log reveals the following error message on boot-up. I'm the only user on this mac:
Mac OS X Version 10.4.8 (Build 8L2127)
2007-02-07 06:55:44 -0800
2007-02-07 06:55:44.402 loginwindow[65] FSResolveAliasWithMountFlags returned err = -35
2007-02-07 06:55:44.403 loginwindow[65] LoginItems LSOpenFromURLSpec return err = -10814
NOTE: ignoring this component:
Discovered 0 component = 0x7fd6f6 type = imdc subt = 1Bt2 manu = Domi flags = 0
Can anyone tell what is going on?
iMac 2.16 C2D   Mac OS X (10.4.8)  
G4 Sawtooth 1.3ghz + iPod video   Mac OS X (10.4.3)  
iMac 2.16 C2D   Mac OS X (10.4.8)  

AFAICT, you have something in System Preferences->Accounts->Login Items that's calling an URL and the loginwindow can't find the volume because the file system (FS) can't resolve an alias. Remove anything in the list that you don't want by selecting it and hitting the minus sign. Restart and see if that clears things up.

Similar Messages

  • Mail server is working but what are these errors?

    Dec 14 18:09:18 server postfix/master[16385]: warning: process /usr/libexec/postfix/smtpd pid 31588 killed by signal 11
    Dec 14 18:09:18 server postfix/master[16385]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Only thing that isn't working is the ability to send from a remote phone but the local and remote (smtp,pop3, and imap) are all working. No idea what these errors are or how to fix them. They don't really tell me much. Any ideas? Would posting my postconf help?

    Dec 14 18:09:18 server postfix/master[16385]: warning: process /usr/libexec/postfix/smtpd pid 31588 killed by signal 11
    Dec 14 18:09:18 server postfix/master[16385]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Only thing that isn't working is the ability to send from a remote phone but the local and remote (smtp,pop3, and imap) are all working. No idea what these errors are or how to fix them. They don't really tell me much. Any ideas? Would posting my postconf help?

  • What are the error messages that turns up while working query designer?

    hi all,
    Can anyone list me out what are the erros turns up while working on query designer. and how to debug it.
    Can any one send me docs to my email id [email protected]
    thanxs in advance
    regds
    hari

    Hi Hari,
    Error for example:
    -. The BW server has deactivated this version of the query designer
    -. This version of the query designer is not supported by the BI server
    -. Activex component in business explorer selector
    regards
    @jay

  • What are these bootup messages I'm getting?

    Since I got an imac and onto Snow Leopard, every week or so, I see these three message upon bootup:
    http://tinypic.com/r/c3t39/6
    I kind of get the Wacom one -- but I did update driver and working fine so don't really understand it. and other two are totally beyond me, never heard of those brands.

    all these messages mean that you have various programs incompatible with snow leopard that installed those extensions. you have to either update those programs to SL compatible versions 9if available) or uninstall them. a quick google search indicates that the first extension was installed by something called
    Snapz Pro X. uninstall it. there should be an uninstaller provided. if you don't have it get it off the web and use the uninstaller which should be included with the download
    http://www.versiontracker.com/dyn/moreinfo/macosx/11530&mode=feedback&vid=153683
    also, the second ones is Sundflower
    http://www.macupdate.com/info.php/id/14067
    again, use the provided uninstaller to uninstall it. the Wacom one you found yourself. it still says that you have an incompatible version so the same advice applies there.

  • What is the error message 1219 (login incorrect)?

    Hi guys!
    Please, I have here a big problem: I cannot access the Time Capsule. My password is correct, my login is correct, and  I has seen the message:
    "Unknow user, incorrect password, or login is disabled. Please retype the login information or contac the disk's administraor (1219)."
    Pls, help!

    You put a disk password .. why? Just use the TC password.
    Also turn on guest access and full read write access to get it working with windows 7. There is some permissions issues here where SMB was changed by MS.. and to get it working you need to reduce it either in windows which is hard or just put on guest access.

  • What are these "Channel messages"? (In German, "Kanalnachrichten")

    Occassionally I'm receiving a notifitcation titled as "Kanalnachricht". There are to numbers displayed.
    To give you a picture I uploaded a picture in my blog:
    http://wp.me/a44nIR-16
    I have not yet scanned the source code to determine, why I receive those notifitcations.
    I assume, it could be due to "Receive cell information" setting in the "phone settings" dialog (c.f. preferences app).
    Soon I'll crosspost this issue in the German carrier's forum (i.e. in the Congstar forum) in German.

    Some providers (e.g. O2 in Germany) send Cell Broadcasts on Channel 221.
    They use it to post the coordinates of the base station so it can be determined for example, if the phone is in the home zone. So it seems to me that this could well be caused by the "receive cell information" setting.
    I'm not sure about other providers - so if you use Congstar/T-Mobile, I'm not sure, if the above is valid.

  • What are these errors?

    C:\java>javac HelloWorldApp.java
    finished without errors
    Now I see 2 files:
    HelloWorldApp.java
    HelloWorldApp.class
    When I do:
    C:\java>java HelloWorldApp
    Exception in thread "main" java.lang.UnsupportedClassVersionError: HelloWorldApp
    (Unsupported major.minor version 49.0)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$100(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)

    Here is the result of java -version:
    java version "1.3.1_01"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01)
    Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode)
    the return of javac -version is strange:
    javac 1.5.0_06
    javac: ╬▐╘┤╬─╝■
    &#9561;&#9500;&#9558;??&#9553;javac <&#9572;?&#9575;&#949;> <&#9560;&#9508;&#9580;&#9472;&#9565;&#9632;>
    &#9566;&#931;&#9555;&#9576;??&#9488;&#9556;&#9472;&#9604;&#9569;&#9472;&#9572;?&#9575;&#949;&#9617;&#8319;&#9492;??&#9553;
    -g &#9556;?&#9474;&#9556;&#9574;&#8729;&#9561;&#9576;&#9569;&#8776;&#9577;&#9560;&#9576;&#9532;&#9575;?
    -g:none &#9619;&#9559;&#9556;?&#9474;&#9556;&#9562;&#9580;&#9553;&#9580;&#9569;&#8776;&#9577;&#9560;&#9576;&#9532;&#9575;?
    -g:{lines,vars,source} &#9555;&#9559;&#9556;?&#9474;&#9556;&#9472;&#9474;&#9576;&#8976;&#9569;&#8776;&#9577;&#9560;&#9576;&#9532;&#9575;?
    -nowarn &#9619;&#9559;&#9556;?&#9474;&#9556;&#9562;&#9580;&#9553;&#9580;&#9563;?&#9557;?
    -verbose &#9577;&#931;&#9474;?&#9561;&#9576;&#9571;&#9578;&#9618;&#945;&#9573;&#948;&#9566;&#8776;&#9554;?&#9560;&#9484;&#9555;&#9508;&#9576;&#9576;&#9569;&#9472;&#9619;&#9496;&#9579;&#8776;&#9569;&#9472;&#9575;&#8730;&#9575;?
    -deprecation &#9577;&#931;&#9474;?&#9577;&#9571;&#9561;&#9500;&#9573;&#9572;&#9571;?&#9577;&#9618;&#9569;&#9472; API &#9569;&#9472;&#9560;&#9508;&#9580;&#9559;&#9555;&#9500;
    -classpath <&#9516;&#9558;&#9563;&#9570;> &#9555;&#9557;&#9570;?&#9619;&#920;&#9554;&#9573;&#9561;&#9500;&#9559;?&#9492;&#945;&#9580;&#9472;&#9565;&#9632;&#9569;&#9472;&#9580;&#9559;&#9555;&#9500;
    -cp <&#9516;&#9558;&#9563;&#9570;> &#9555;&#9557;&#9570;?&#9619;&#920;&#9554;&#9573;&#9561;&#9500;&#9559;?&#9492;&#945;&#9580;&#9472;&#9565;&#9632;&#9569;&#9472;&#9580;&#9559;&#9555;&#9500;
    -sourcepath <&#9516;&#9558;&#9563;&#9570;> &#9555;&#9557;&#9570;?&#9619;&#920;&#9554;&#9573;&#9577;&#931;&#9562;&#948;&#9560;&#9508;&#9580;&#9472;&#9565;&#9632;&#9569;&#9472;&#9580;&#9559;&#9555;&#9500;
    -bootclasspath <&#9516;&#9558;&#9563;&#9570;> &#9557;&#9619;&#9557;&#9567;&#9573;?&#9569;&#9565;&#9492;&#945;&#9580;&#9472;&#9565;&#9632;&#9569;&#9472;&#9580;&#9559;&#9555;&#9500;
    -extdirs <&#9472;&#9488;&#9516;&#9565;> &#9557;&#9619;&#9557;&#9567;&#9617;&#9619;&#9579;&#9617;&#9569;&#9472;&#9492;&#8976;&#9554;&#9571;&#9472;&#9488;&#9516;&#9565;&#9569;&#9472;&#9580;&#9559;&#9555;&#9500;
    -endorseddirs <&#9472;&#9488;&#9516;&#9565;> &#9557;&#9619;&#9557;&#9567;&#9567;&#8976;&#9500;&#8730;&#9569;&#9472;&#9618;&#937;&#9579;&#9565;&#9516;&#9558;&#9563;&#9570;&#9569;&#9472;&#9580;&#9559;&#9555;&#9500;
    -d <&#9472;&#9488;&#9516;&#9565;> &#9555;&#9557;&#9570;?&#9508;?&#9558;&#9532;&#9556;?&#9474;&#9556;&#9569;&#9472;&#9492;&#945;&#9580;&#9472;&#9565;&#9632;&#9569;&#9472;&#9580;&#9559;&#9555;&#9500;
    -encoding <&#9618;&#945;&#9516;&#948;> &#9555;&#9557;&#9570;?&#9560;&#9508;&#9580;&#9472;&#9565;&#9632;&#9577;&#9571;&#9561;&#9500;&#9569;&#9472;&#9579;&#9555;&#9558;&#8730;&#9618;&#945;&#9516;&#948;
    -source <&#9617;?&#9618;&#9563;> &#9568;?&#9571;&#8976;&#9561;&#948;&#9555;&#9557;&#9570;?&#9617;?&#9618;&#9563;&#9569;&#9472;&#9560;&#9508;&#9565;?&#9562;&#9612;&#9576;&#9560;
    -target <&#9617;?&#9618;&#9563;> &#9556;?&#9474;&#9556;&#9568;&#9578;&#9570;? VM &#9617;?&#9618;&#9563;&#9569;&#9472;&#9492;&#945;&#9580;&#9472;&#9565;&#9632;
    -version &#9617;?&#9618;&#9563;&#9576;&#9532;&#9575;?
    -help &#9577;&#931;&#9474;?&#9618;&#937;&#9579;&#9565;&#9572;?&#9575;&#949;&#9569;&#9472;&#9568;?&#9573;?
    -X &#9577;&#931;&#9474;?&#9558;&#9567;&#9618;&#937;&#9579;&#9565;&#9572;?&#9575;&#949;&#9569;&#9472;&#9568;?&#9573;?
    -J<&#9618;&#937;&#9555;&#9563;> &#9555;&#9618;&#9564;&#9561;&#9564;? <&#9618;&#937;&#9555;&#9563;> &#9508;?&#9569;&#9612;&#9557;?&#9560;&#9574;&#9576;&#9576;&#9577;&#9618;&#9575;&#9569;&#9552;&#9474;

  • Why do I get these error messages saying that "HWNetMgr" and "HWPortDetect" are insecure start up items?

    I have a brand new MacBook Pro, and two days ago I tried to install a Mobile Broadband named Tele2 Mobile partner, in cooperation with Huawei. The installation couldn't finish, so I removed the components that I could see had already been installed. But ever since I tried to install it, I get two error messages every time I start up safari, saying that I have two insecure start up items named "HWNetMgr" and "HWPortDetect". I have checked my start up items, and the only one I had was Spotify. I removed Spotify as a start object and restarted the computer, but I still got those two error messages. I have now searched through my computer several times and I just can't find these two things.
    Does anyone know what this is about? What can I do to make these error messages go away? I am open to try any suggestions possible! This is a huge investment to me and I just don't want to have ruined it the first week! Please help me!

    MatildaMac wrote:
    As I said, there are no items with those names in the start up folder.
    Yes, there are. Read
    <https://discussions.apple.com/thread/2145902?start=0&tstart=0>

  • HT2433 what does the error message that says " You are logged out because another computer is using this IP address." mean?

    what does the error message that says " You are logged out because another computer is using this IP address." mean?

    Some other piece of network ghardware on your home LAN (Local Area Network) is using the IP address your Mac is trying to use.
    Reboot both your modem and router, or the Modem/Router combo box you have, and all pieces of networking equipment, computers and printers, you have connected to your LAN.
    If you continue to get that error then it is a bug in OS X or you have your Mac set to a Static IP address that is being handed out by the routers DHCP server to some other device.

  • What are these EM-related accounts and how do I unlock them?

    Hi,
    I created a database manually so it can not be managed through Enterprise Manager yet. When I run the database configuration assistant to configure it with Enterprise Manager, in the alert log file, i get the error message:
    oracle.sysman.emcp.exception.EMConfigException: Failed to unlock all EM-related accounts
    What are these EM-related accounts and how do I unlock them?
    Thanks, hope somebody tries to help me. Any leads will be appreciated.

    alter user dbsnmp unlock;
    It gets locked by some Critical Patch Updates.
    You can also configure em/dbconsole with emca.

  • HT1386 I am trying to sinc my iPhone with my iTunes to get my music on my phone and i keep getting an error message 42001 pop up when i attempt to sync what is this error message and what do i do to fix this problem??

    I am attempting to sync my phone with iTunes and I keep getting an error message 42001 so my phone can not sync with iTunes... What is this error message and what can I do to fix this problem and sync my phone to iTunes?

    Dear Apple team,
    I recently bought an iphone3GS from USA and jail broke it. Since I heard the there are lots of disadvantages I thought to unlock it officially through the original owner (in copy). He assisted me and confirmed that he unlocked it with AT& T (See the attachment). According to the instructions I restored the phone. But it is not activating with “Activation server is currently not available, please try again or try with iTunes”
    When I try with iTunes , it says “you haven’t inserted a SIM” even though I insert the original AT&T SIM.
    My current location is Sri Lanka ,so don’t have any apple support.
    Please help me to be a good fan of apple.

  • What are the different messages that OCOD may return for a web service requ

    Hi,
    Please give me feedback on the questions below, concerning the limitations of web service, and messages which may return.
    1) What are the different messages that OCOD may return for a web service request? I need all the messages of all the scenarios which OCOD can meet, for example:
    - If the file is rejected (Error message)
    - If the file is accepted (to clarify that the records have been created)
    - if the application is unavailable (maintenance or web service is down)
    2) How many request can we send simultaneously, and how many records we can make per second?
    Best Regard,

    Have a look here Jquery slideshow tutorial for beginners | WEBTUTS

  • What Speed could i get & what are the errors

    Hi Everyone.
       I have just joined B.T & yesterday was my last day of the 10 day period.
       Bin looking at my speed it hasnt gone up alot but i keep getting all these errors on the hub info so i would like to ask what are the errors please & does the speed look about right for me thanks Nick..
     Short time for connection as B.T reset the Hub its a v3.0a
    ADSL Line Status
    Connection Information
    Line state:
    Connected
    Connection time:
    1 days, 06:08:58
    Downstream:
    4.931 Mbps
    Upstream:
    1011 Kbps
    ADSL Settings
    VPI/VCI:
    0/38
    Type:
    PPPoA
    Modulation:
    G.992.3 Annex A
    Latency type:
    Interleaved
    Noise margin (Down/Up):
    5.5 dB / 5.8 dB
    Line attenuation (Down/Up):
    46.4 dB / 27.7 dB
    Output power (Down/Up):
    18.5 dBm / 12.6 dBm
    FEC Events (Down/Up):
    126408871 / 3607
    CRC Events (Down/Up):
    102820 / 739
    Loss of Framing (Local/Remote):
    0 / 0
    Loss of Signal (Local/Remote):
    0 / 0
    Loss of Power (Local/Remote):
    0 / 0
    HEC Events (Down/Up):
    91458 / 730
    Error Seconds (Local/Remote):
    32083 / 501

    Just enter your down attenuation here- http://www.kitz.co.uk/adsl/max_speed_calc.php  there are things you can do to reduce errors like connecting to the master socket see if there is a difference, checking your wiring and housing of the hub etc. A explanation of errors here-http://www.kitz.co.uk/adsl/linestats_errors.htm
    Mortgage Advisor 2000-2008
    Green Energy Advisor 2008-2010
    Charity Health Care Provider Advisor 2010-
    I'm alright Jack....

  • I'm getting these error messages...

    My image sometimes looks squashed or stretched and I cant paste previous developing settings on to the current image without getting one of these error messages.

    Kekej,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • What does the error message "Opening file in iCloud(state=5) mean?

    I have been ushing iCloud to backup my data for Ascendo DataVault for my iPhone 5 (iOS 7.0.4) and original iPad (iOS 5.1.1) very successfully for some time.  Both devices are synchronized with my PC using Wi-Fi.  The DataVault data on my PC is also synchronized on my wife's iPhone 5 (iOS 7.0.4) and iPad Mini (iOS 7.0.4).  Recently, every attempt to synchronize my iPhone or iPad with my iCloud results in the error message "Opening file in iCloud(state=5)," but my wife's iPhone and iPad continue to synchronize with her iCloud without any problems.  What does this error message mean, and is there a cure for the problem?

    OK found a solution!
    It is really lame!
    NEVER add a reminder in iCal dragging them into the Week or Day view!!!
    Change to Month view and then drag the reminder on the desired day!
    You can now change to Week or Day view and move the reminder to the selected hours.
    Please help share this solution and click like to get Apple to finally fix this issue, which is clearly on their side.
    Thank you

Maybe you are looking for

  • Obtain the determinat​e data from the NI-DAQmx Simulated Device

    Dear All,        How to config in MAX in order to obtain the determinate data from the NI-DAQmx Simulated Device?        For example, the vi will run when the Digital I/O line is High, but using the Simulated Device, the result is  random. In another

  • How to patch the sapjvm in either NW7.1 or NW7.3 in a dialog instance

    Hi, all. I only found the procedure to patch sapjvm 5.1 or 6.1 using JSPM. Actually SAP is saying only patching sapjvm with JSPM is supported. However, we all know that jspm cannot be started on a dialog instance. So how do you patch it on a dialog i

  • PS CS4, refuses to save one file type .psd to another file type .jpg. How to resolve? Desperate!

    I open a .psd file, make changes to eliminate layers and reduce the file size to then save as a smaller .jpg file.  However, when the drop down window pops up to select what file extension I would choose, it immediately flashes closed with out time t

  • Blue-ish tone screen on 30 gig iPod Video.

    My 30gig has kind of a blue-ish tone to the screen. My sister has the same iPod, and my friend has the same iPod but their's looks normal and perfect. Does anybody know what is wrong with it? I think it might be from being dropped too much. Re-ply to

  • Round up all values in FI & other modules also

    Hi Experts, We have an requirement that, while posing of any document in SAP, via FI like Cash / Bank / Expenses Voucher or any kind of document / voucher (may be coming from other modules also), the Decimal Points should not appear or value should b