Windows PC (XP) and Mac OS X Server 10.6 print service

Can someone tell me if it is possible for a Windows PC running XP to make use of the Mac OS X Server 10.6 print service? Following the manual does not help. After enabling SMB I don't manage to connect to one of the shared printers. How could I make use of IPP and LPR support being built into Windows XP?

I know the problems with Time Machine on Mac OS server. In your case: Look at the log files, searching for "backupd", if that tells you anything.
In my case, Time Machine in the last year stopped several times. Occasionally, there was a helpful message in the log files where I could identify a file where it had hung -- typically intermediate build results of Xcode. After excluding or deleting the offending files (where possible), Time Machine ran successfully.
Another situation which has repeatedly occurred is that time machine just hangs and does not progress, and no log entry helps. In 3 such cases what helped was to delete the spotlight index (e.g., with TinkerTool System) and let it rebuild. It took inordinately long (10 hrs) and there were log entries by mdworker that it had difficulty processing files. But when the spotlight index was finally rebuilt, Time Machine worked again.
BTW: I don't need Time Machine to backup the server system, for that I run mirrors etc., but for user files it is most convenient and has helped several times. Thus I have excluded nearly everything but /User/*.

Similar Messages

  • Lion: Connecting to legacy (pre-Lion) AFP services - and Mac OS X (server)

    After upgrading to MacOS X Lion, it was discovered that it was not possible to logon to Novell-shares and NAS-boxes (e.g. Qnap).
    Here is a recipe that has been tested OK with the following combinations:
    * Mac OS X Lion -> Novell shares
    * Mac OS X Lion -> Mac OS X 10.5 server
    * Mac OS X Lion -> Mac OS X Lion
    Please note that the command-lines themselves must not have CR/NL-characters. Copy the commands to a text-editor and remove format-inserted CR/NL-characters.
    Another note: Your logon will be less secure with these changes. Later when e.g. Novell and/or your NAS-box support native Lion-logon, then please remove the AppleShareClient-parameter changes again with the first block.
    Recipe:
    The following block can be skipped if you have not previously changed AppleShareClient-parameters:
    sudo -s
    chmod o+w /Library/Preferences
    cd  /Library/Preferences/
    rm com.apple.AppleShareClient.plist*
    ! Restart
    The following block makes it possible to logon to: (1) Novell-shares (2) Pre Lion Mac-OS-X-volumes - and possibly non-native Lion logon NAS-shares:
    sudo -s
    chmod o+w /Library/Preferences
    defaults write /Library/Preferences/com.apple.AppleShareClient afp_host_prefs_version -int 1
    ! Restart
    You now have to logon a real account (non-guest) on another Mac OS X Lion volume
    to catalyst a creation of AppleShareClient-files. (See Apple-support-link) (Is this necessary?)
    ! instead?:
    /bin/sleep 60
    chmod o+w /Library/Preferences
    defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "Cleartxt Passwrd" "MS2.0" "2-Way Randnum exchange"
    defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "DHX2"
    defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "DHCAST128"
    chmod o-w /Library/Preferences
    PS:
    Possibly all volume-links may be deletes and recreated to use the new logon-parameters?
    Sources for command-bricks:
    OS X Lion: Connecting to legacy AFP services:
    http://support.apple.com/kb/HT4700
    AFP changes in OSX Lion:
    http://www.novell.com/communities/node/13155/afp-changes-osx-lion
    AFP support for DHX2 authentication mechanism on OES:
    http://www.novell.com/support/search.do?cmd=displayKC&docType=kc&externalId=7008 683&sliceId=1&docTypeID=DT_TID_1_1
    "/bin/sleep 60":
    Making My NAS Work in Lion:
    http://krypted.com/mac-os-x/making-my-nas-work-in-lion/
    Example:
    bash-3.2# chmod o+w /Library/Preferences
    bash-3.2# cd  /Library/Preferences/
    bash-3.2# rm /Library/Preferences/com.apple.AppleShareClient.plist*
    bash-3.2# chmod o-w /Library/Preferences
    bash-3.2#
    ! Restart
    Last login: Fri Aug 12 14:41:58 on console
    $ sudo -s
    Password:
    bash-3.2# chmod o+w /Library/Preferences
    bash-3.2# defaults read /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams
    2011-08-12 14:42:31.172 defaults[188:707]
    The domain/default pair of (com.apple.AppleShareClient, afp_disabled_uams) does not exist
    bash-3.2#
    ! Restart
    Last login: Fri Aug 12 14:47:31 on console
    $ sudo -s
    Password:
    bash-3.2# chmod o+w /Library/Preferences
    bash-3.2# defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "Cleartxt Passwrd" "MS2.0" "2-Way Randnum exchange"
    bash-3.2# defaults read /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams(
        "Cleartxt Passwrd",
        "MS2.0",
        "2-Way Randnum exchange"
    bash-3.2# defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "DHX2"
    bash-3.2# defaults read /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams
        DHX2
    bash-3.2# defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "DHCAST128"
    bash-3.2# defaults read /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams
        DHCAST128
    bash-3.2# chmod o-w /Library/Preferences
    bash-3.2#
    Also posted here:
    Lion: Connecting to legacy (pre-Lion) AFP services - and Mac OS X (server):
    http://forum.qnap.com/viewtopic.php?f=30&t=48143
    http://forums.macrumors.com/showthread.php?p=13166617

    hammer58 wrote:
    Thanks for your response, but this all looks pretty complicated to me.  I am not sure from this which lines I need to use and what I don't need.
    What are CR/NL characters?
    In plain text files carriage-return (CR) and new-line (NL) has:
    LF, NL: decimal 10, hexadecimal 0x0A
    CR: decimal 13, hexadecimal 0x0D
    References:
    http://en.wikipedia.org/wiki/Carriage_return
    http://en.wikipedia.org/wiki/Line_feed
    http://www.asciitable.com/
    Especially:
    http://en.wikipedia.org/wiki/Line_feed#Representations
    Quote: "...
    CR+LF: Microsoft Windows, DEC TOPS-10, RT-11 and most other early non-Unix and non-IBM OSes, CP/M, MP/M, DOS (MS-DOS, PC-DOS, etc.), Atari TOS, OS/2, Symbian OS, Palm OS
    LF+CR: Acorn BBC spooled text output.
    CR:   Commodore 8-bit machines, Acorn BBC, TRS-80, Apple II family, Mac OS up to version 9 and OS-9
    LF:   Multics, Unix and Unix-like systems (GNU/Linux, AIX, Xenix, Mac OS X, FreeBSD, etc.), BeOS, Amiga, RISC OS, and others.
    RS:   QNX pre-POSIX implementation.
    http://en.wikipedia.org/wiki/Newline#Unicode
    Quote:"...
    The Unicode standard defines a large number of characters that conforming applications should recognize as line terminators:[3]
    LF:   Line Feed, U+000A
    VT:   Vertical Tab, U+000B
    FF:   Form Feed, U+000C
    CR:   Carriage Return, U+000D
    CR+LF: CR (U+000D) followed by LF (U+000A)
    NEL:  Next Line, U+0085
    LS:   Line Separator, U+2028
    PS:   Paragraph Separator, U+2029
    If you have Linux, classic Mac or Windows/DOS text files, and you want to convert their LF/CR-flavor to another, then TextWrangler can do it for you; choose new LF/CR-combination via bottom button of the text file window. TextWrangler can be downloaded for free - also via App Store.
    TextWrangler:
    http://www.barebones.com/products/textwrangler/

  • I have two computers, Windows on Desktop and Mac on laptop. Shall I purchase Adobe Acrobat (twice) to use it on both computers ??

    I have two computers, Windows on Desktop and Mac on laptop. Shall I purchase Adobe Acrobat (twice) to use it on both computers ??     @

    Hi Aziz Abduh,
    The EULA allows you to install Acrobat on one device. There are two exceptions:
    If you are the only user of Acrobat on your work computer, you can also install it on your home computer, as long as you are again, the only user of Acrobat on that 2nd system
    If you are the only user of Acrobat on your desktop system, you can also install it on your laptop, as long as you are again, the only user of Acrobat on that 2nd system.
    In both cases, you cannot use both versions at the same time.
    Regards,
    Florence

  • HT1338 not able to access my external hd which i used on my windows pc ntfs3g and mac fuse aren't helping what to do?

    not able to access my external hd which i used on my windows pc ntfs3g and mac fuse aren't helping what to do?

    Bump-I still really need help with this! The connection keeps cutting in and out and I really don't know how to fix it!

  • TS1538 Have a new ipod nano 7, have music on my pld Windows laptop and myGot a new ipod nano 7. Have music on both Windows 7 laptop and mac. How do i pull music from both and put them on my ipod. Thanks

    Got a new ipod nano 7. Have music on both Windows 7 laptop and mac. How do i pull music from both and put them on my ipod. Thanks

    Yes.
    tomfromlong beech wrote:
    "Remember one one level of subfolders is allowed."  Does this mean that you can have as many subfolders as you want, but they can only be one level deep under the main folder?

  • Printerjob, awt headless mode and mac os x server

    hello
    i've an application that print a page using classes like jframe, jpanel, jtable, etc
    when i run it on a linux server or on a windows one there are no problems, but when i try to print this page on mac os x server 10.6.8 i get this error:
    on system dock appear a java icon named org.apache.catalina.startup.Bootstrap and the printed page comes empty. if i set the visibility property to true i can see the correct page, but i can't print!
    I've searched on google and i found various articles that say to set JAVA_OPTS to awt headless = true. i've tryed but i've obtained an headlessexception, because i use jframe etc that need headless mode disactive...so what can i do?
    i want to print with a shared network windows printer, if i print with textedit all go well, the problem appears only using java PrinterService class
    thanks in advance

    Paolo - Welcome to Discussions!
    At the moment - this is partly implemented.
    Networked home directories only are searched (new to tiger)
    Although there appear to be stubs of routines (and some low level documentation) that seem to point to support for indexing entire shares, it is not enabled.
    I know your case seems like a good one for this - but in general, it makes little sense for a lot of clients to hammer a network volume - all of them making their own index. I would presume there is a plan to allow the server to make one index and have the clients either refer to that index or download a copy of that index as needed to reduce the overhead on the server... (but that's just an educated guess - with no way of knowing)
    For more information, see http://docs.info.apple.com/article.html?artnum=301533 and http://discussions.apple.com/message.jspa?messageID=1303423#1303423

  • When trying to send photos using iphoto  a window comes up and says that email server did'nt recognize user name /password ...what do i do to correct this please  marie

    hello     when I try to send photos using the iphoto  a window comes up to tell me that my email server didn't rercognize user name /password  how do i correct this .. as i have cganged my email address  but i can't get rid of the old  one    thank you   marie

    Hi Cody\'sgirl,
    If you are having issues emailing photos directly from iPhoto, you may want to double check the email account information that is set in iPhoto. You may find the following article helpful (the section below is about setting up a new account, but it should be the same location to check existing account info):
    To set up a Photo Mail account:
    Choose iPhoto > Preferences, and then click Accounts.If you’re in full-screen view, move your pointer to the top of the screen to make the menu bar appear.
    Click the Add button in the lower-left corner.
    Click Email, and then click Add.
    Choose your email service provider.If your service provider isn’t listed, choose Other.
    Type the requested information.If you use the Mail application included with OS X, some account information might be filled in already. If you’re not sure what to type, contact your service provider.
    You can set up more than one Photo Mail account by repeating these steps for each account. When you send an email, you can change the outgoing account by clicking the From pop-up menu and choosing an account.
    iPhoto '11: Email your photos
    http://support.apple.com/kb/PH2421
    Regards,
    - Brenden

  • How to synchronise window itune library and mac mini itune library

    Hi,how can I synchronise Window 7 itune library and Mac mini itune library?
    Meaning copy wholemedia library to the other itune(window itune/mac mini itune)
    Thanks!

    Thanks for your advice, but I did AB audition between Home sharing my other laptop itune and playing direct thru my mac mini (Direct playing thru mac mini SQ is better than playing Home sharing thru wifi) that's why I want to copy my full itune library from my other laptop into mac mini.
    Blame it on my ears..

  • Windows 8.1 and MAC Operating Systems

    Why doesn't the "Submit" button work for users using Windows 8.1 or Mac operating systems? Is there a work around?

    Hi,
    Assuming that you are referring to forms distributed as PDF, the most common cause of this issue is that users are completing the form using software other than Adobe Reader. Please refer to the following FAQ:
    http://forums.adobe.com/docs/DOC-2653
    Regards,
    Brian

  • Windows 7 client can't connect to Server 2008 R2 Print Server VM (ESXi 5.5)

    I have an issue today that is driving me bonkers.
    I recently came on-board to a company in my area as the system administrator and this network has everything and the kitchen sink wrong with the network layout, probably the worst I've seen and I'm slowly but surely fixing it day by day.....
    Well today I decided I was going to spin up another VM from a template and make a Print Server, seems harmless right? --- I thought so too, added all of the printers to the server and did test pages, all was dandy, but then I tried to add the printers to
    clients and other server and the real fun has begun, I'm truly perplexed now...
    I added a VM to my esxi 5.5 cluster at work that is a 2008 R2 server with only print management on it. I can map all of the printers on the network to the print server as-well as install the drivers correctly and I can resolve the IP and server name via
    DNS. I can test printers directly from the print server successfully printing out test pages however whenever I try to map printers you know from the directory in 'devices and printers' from any of the Windows 7 clients or any of the other 2003/2008 servers
    I get the classical "Windows cannot connect please check the network connection and make sure sure the printer is turned on". I disabled the windows firewall and I made the point to print GPO set to disabled and still no luck. Again I can print to
    all of the printers internally inside of the VM (so I know it communicating to all of the printers), I just can't connect to the printers listed in the directory on any of external desktop/client, it's like so annoying. spent about 6 hours until my brain just
    couldn't think anymore, was about to go BS on the VM.
    The only thing I can think of, as I was driving home, is that there is a GPO on one of the DC that has a desginated print server policy set. But prior to last week the forest leve was 2000 and now it's 2003. I just don't know Server 2000 enough to know if GPO's
    worked in the same way they do in 2003.
    Right now printers are connected to other servers in a ad hoc mentality it seems, there has never been a true print server.
    Anyone ever have this problem before?
    I'm truly puzzled...

    Hi Mid.Hudson-IT,
    Before we begin ,we should ensure we have configured the printer server correctly .
    Here is a link for reference of configuring the printer server .
    Print server role: Configuring a print server
    https://technet.microsoft.com/en-us/library/cc775791(v=ws.10).aspx
    "I can map all of the printers on the network to the print server as-well as install the drivers correctly and I can resolve the IP and server name via DNS"
    From this sentence ,I can`t figure out whether you have tried to ping the server both with the IP adress and name adress from the client ?
    If we can ping the print server from the client,we can ensure the connection to the printer server is good .
    Then we can try to install the printer driver directly to have a check .In the adress bar of Windows Explorer ,input "\\server name \the printer name"
    If we cannot ping the print server ,we should troubleshoot the network issue firstly.
    We also can check the event viewer for more information to troubleshoot this issue .
    Best regards

  • How to get server name and port of OSB server in a proxy service ?

    I need to get the server name and port of the OSB server inside a proxy service. How can I get this?

    You may use java callout for this purpose -
    How to get ServerName and ApplicationName in OSB (ALSB) ?
    Regards,
    Anuj

  • Microsoft Windows Outlook Users and Mac OS X 10.6.2 Server

    Is there any way to configure Microsoft Windows Outlook (2003 or 2007) to check their email (POP3) from Mac OS X 10.6.2 mail server by using CRAM-MD5 or APOP?

    Wrong forum. Please ignore.

  • Can I connect Windows 7 to a mac network account server

    Hi All,
    I have a Mac Mini Server allong with a pile of Macs and a few PCs. What I want is being able to login to an ACCOUNT from ANY of my macs OR PCs. So when the computer turns on it asks you to put in a username and password. I know this is possible if all computers are running the same opperating system but i am not sure how to do it with different opperating systems.
    Thanks,

    I was struggling with this for a few days as well!  Finally got it working though ! YAY !
    Here are the steps:
    1. Add this to your registry:
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\PolicyAgent]
    "AssumeUDPEncapsulationContextOnSendRule"=dword:00000002
    2. Open secpol.msc (click start > search for secpol.msc)
    - Local Policies > Security Options
    - Network Security : LAN Manager Auth Level…
    - Set to: Send LM & NTLMv2 - UseNTLMv2…
    And
    - Network Security : Minimum session security… clients
    - uncheck "Require 128-bit encryption"
    3. Restart PC
    4. Create VPN Connection on Windows 7
    - Host Name: (server IP or yourhost.name.com)
    - PPP Settings : Enable LCP (only)
    - Type: L2TP/IPSec
    - Pre-shared key : yoursharedsecret
    - Data encryption : Optional encryption
    - Allow CHAO and CHAPv2
    5. Router on server-side must allow VPN Passthrough and forward ports: 50, 51, 500, 548, 1701, 1723, 4500 to the server box. Also, do not filter anonymous internet requests, multicast or NAT Redirection but enable SPI Firewall.
    ...now you should be good to go

  • Windows Live Mail and Mac Mail

    Hi,
    I have Windows Live Mail up and running nicely through Mac Mail (I have just switched from PC to Mac). However I'm wondering what's the right way to sync them fully. I mostly access email through Mac Mail now but whenever I need to access Hotmail through the web, all the msgs I have read or deleted earlier are still showing as unread.
    Any help would be much appreciated.
    Thanks,
    Helen

    I see no one else has answered so I’ll try to get the ball rolling and maybe others will chime in.
    First, I am not familiar with Windows Live Mail so I can’t guarantee to give directions to get you there from here but I’m sure there is a way.  Some Googling found these paths:
    A tutorial on the process (transferring mail and contacts):
    https://www.youtube.com/watch?v=KpSQ3-DKxSc
    Uses https://convertmyemail.com/
    $20
    Also https://discussions.apple.com/thread/2536701 which points to
    http://www.windowslivemailconverter.com/mac/
    $50.
    That led me to “elm to mbox” where I found
    http://download.cnet.com/EML-to-MBOX-Converter/3000-2369_4-75999580.html
    $50.
    and
    http://www.emltombox.org/to-mac-mbox-converter.html
    $50

  • Desktop Widgets (Windows 7/8 and Mac)

    I'd like to see a floaty desktop widget or sidebar similar to what's on Android that just shows current song, play, skip, pause, etc without having to launch the full spotify client.

    Ok so small on top window a la itunes is a must for me. i teach guitar and work on a macbook so i need to be able to check arrangements and pause songs whilst i prepare scores. premium users should get a ittle upgrade p thank youath to a small skin always on top thing that lets you pause and play and click next or previous.
    seeing as how you guys have sort of cloned and then improved on itunes by making it much more user friendly and cutting edge just take the next step and make a transperent play pause floating bar that can lock to the top of the screen. it could even have a scrolling text to tell you when a new album is released by your favourite artist etc. 
    Im sure this has been suggested before but it is a must happen thing. 
    Rock on.
    Other tha that i love the new layout and particularely like the playlists with the current top 50 best new pop or whatever style. discovering a whole bunch of new acts and its so eas to use. Thanks!!
    martynnorman wrote:
    I'd like to see a floaty desktop widget or sidebar similar to what's on Android that just shows current song, play, skip, pause, etc without having to launch the full spotify client.
     

Maybe you are looking for

  • Extreme Base station can't extend signal from Mini desktop ?TCP/IP settings

    I have a Mac Mini connected to DSL via a lynksys 8 port workgroup switch. I had 6 rooms in my house connected to the router by ethernet wiring. Worked great for several years. Now 2 rooms cabling seems to have gone bad (mice or squirrels, maybe). To

  • APTV2 and Sony DAV-DZ630 Home Cinema

    Hi, I have just received my new APTV2 and want to connect it up to make use of my home cinema. I have used a HDMI lead to connect APTV2 to my TV, (Sony KDL-37V4000), but no audio/sound is returned through the TV, picture display is fine. There is an

  • How to redirect to some part of the page?

    I have a main screen contains a link. When I click on this link I need to display corresponding section of the page. Result page contains many blocks for different items. I want to show the corresponding section for which user has clicked. For exampl

  • Wlc unified, load balancing

    removed

  • TO and CC not displaying properly

    I received an email on which I was CC'd, but my name is listed in the To line. I checked the full internet headers from the sender, and I am clearly listed in the CC section. Why is Mail moving my name to the list of recipients in the To line? Thanks