Mac O X Server v10.39 troubleshooting start up.  'console mode' screen

I have recently made use of my old *G4 400 mhz* desktop mac, by installing an old version *Mac O X Server v10.39*, to use as home server. The installation has gone well and the server has been working well for over a week, the users and shared points have all been set and there hasn't been any problems. It is now running headless and I am controlling it via Apple Remote Desktop, I have also set the energy setting preferences to put the server to sleep at 10 pm each night. I also have three other family macs which are connected and configured to use the server.
But today I have tried to wake the server via ARD, but it wouldn't wake up and also when I have tried to getting it to manually awake up it doesn't work either, even though the front light is on.
I then have then pressed the small reset button on the front of the G4 and now when it boots up, after seeing it go through the start up screens and once the progress bar has reached the end, the screen then goes to a black screen with the words:
Darwin/BSD (Server name) (console)
login:
This is were I'm stuck, I have no knowledge of the Terminal scripts etc.
But I have tried the put in the servers name, then pressed return, at this point the next line came up as
password:
After entering the administrators password, the screen then goes to a plain blue screen.
Can anyone tell me what I need to do to get passed this stage in booting up, or what I am doing wrong and how I can correct this situation.
Many Thanks

Hello !
Remade an new install with a FQDN* (yourhost.yourdomain.com) hosted by your provider with a A and MX (if you plan to use mail setvices) records pointing on your host
Too : it's imperative to enter a valid ip on your eth. link (no public adresse : like as 10.x.x. or 192.168.X.X on your en0
Even it's possible to setup like this, you must configure your router or firewall ... but much complex ! (Port mapping ... virtual server ... etc.. DMZ if you have ... ???)
Install a second eth card is good think :
1 for the wan link on the EN0
the other for the lan EN1
with a "real" domain name and the ip supplied by your provider : you can setup your server with this public ip on your wan and a 10-net on your lan.
(Your dns request will be forwarding to the DNS IP servers of your ISP : one line in option of the named.conf file)
Before you can install the software with your ISP setup (DNS and domain name) : But don't launch any services !!! nothing ! all off !
upgrade your os x software before setup via pref panel ..
at tis time, you got an local acces who is accessible via yourhostname.local and once you have the necessary described (domainname.xx hosted and public ip adress you can setup the services by runnig "Gateway Tool" to start DNS, NAT, DHCP and VPN services.
The Firts step is OK !
After you can finish the setup with in first : The DNS forwarding
Once you hosname and reverse resolving : you will be able to jump to the next !
But before you must get a perfectly lookup of your hostame and ip addr
(You can setup your DNS as a primary server ! Bind 9.2.2 run well ! but ... not really easy without a goot practice of bind and a good overview of Domain Name basics ... and insecure for your data ; DNS crashed = O.D. dead and access data under LDAP denied and lost !)
good luck !
G4(s)  Mac OS X (10.3.9) - X4 

Similar Messages

  • Mac OS X Server v10.6.6 Software Update Service Host Older Updates?????

    Is there a way to manually add older software updates to the software update service?
    My issue started out like this. I would click change version beside both Mac OS X update/combo update v10.6.6 and select v10.6.5 because I want to push the older version. When I clicked save the check marks went away on those two items. I then figured I would refresh everything by renaming /var/db/swupd/http to /var/db/swupd/http-old and /etc/swupd/ to /etc/swupd-old. I restarted the service and all of the files were recreated and updates were downloaded but now when I click change version the older version is no longer available. Keep in mind that I still have the old folders so I can always go back and I can always download old updates from the Apple web site if need be. So if there is a way to manually add older updates hopefully my issue will be resolved. It was written in the description of Mac OS X Server v10.6.5 that a new feature was available that allowed hosting older updates but I can't find instructions on how to do so.
    I welcome any takers. Thanks in advance!

    I understood the older version only being able to be hosted/downloaded when they come available, but were updated on SUS due to a bug or something, so as far as I understood, apple wont let you host that VERSION of that file again, unless you had it before.
    Essentially, they only allow sus to download the last version of it, if you had the one before the last version, you could keep it. I could/might/usually am wrong though.
    my 2 cents

  • HT3854 Not applicable in Mac OS X Server v10.8 (Mountain Lion)?

    This chart seems not applicable in Mac OS X Server v10.8.4 (Mountain Lion) [Server v2.1.1].
    I have 32GB of RAM but the maxproc limit is still 2500, no matter setting via launchctl (the new way), sysctl (the old way), ulimit (the soft way), or both of them.
    Commands applied:
    $ sudo launchctl limit maxproc 2501
    $ sudo launchctl limit
              cpu         unlimited      unlimited     
              filesize    unlimited      unlimited     
              data        unlimited      unlimited     
              stack       8388608        67104768      
              core        0              unlimited     
              rss         unlimited      unlimited     
              memlock     unlimited      unlimited     
              maxproc     2500           2500          
              maxfiles    1048576        1048576
    $ sudo sysctl -w kern.maxproc=2500
    kern.maxproc: 2500 -> 2500
    $ sudo sysctl -w kern.maxproc=2501
    kern.maxproc: 2500
    Files also created / modified accordingly:
    /etc/launchd.conf
    /etc/sysctl.conf
    When I see the source code of the Darwin kernel (unix_startup.c), it works like it is specified here. But I still cannot I wonder whether the kernel calls srv_setup() and bsd_srv_setup() properly. I would like to find a way (via systemsetup command, modifying com.apple.Boot.plist, applying NVRAM parameter, etc.) so that bsd_srv_setup() would be called with a larger "scale" parameter. Or perhaps is there any way to compile a custom kernel from source and replace the system one?

    Gil,
    The command with one parameter (known as "both" in manpage) is the same as the one with two parameters (known as "soft" and "hard" respectively in manpage) - it will be treated like supplying two parameters using the same value:
    $ sudo launchctl limit
    Password:
            cpu         unlimited      unlimited
            filesize    unlimited      unlimited
            data        unlimited      unlimited
            stack       8388608        67104768
            core        0              unlimited
            rss         unlimited      unlimited
            memlock     unlimited      unlimited
            maxproc     2500           2500
            maxfiles    1048576        1048576
    $ sudo launchctl limit maxproc 1000
    $ sudo launchctl limit
            cpu         unlimited      unlimited
            filesize    unlimited      unlimited
            data        unlimited      unlimited
            stack       8388608        67104768
            core        0              unlimited
            rss         unlimited      unlimited
            memlock     unlimited      unlimited
            maxproc     1000           1000
            maxfiles    1048576        1048576
    $ sudo launchctl limit maxproc 2500
    $ sudo launchctl limit
            cpu         unlimited      unlimited
            filesize    unlimited      unlimited
            data        unlimited      unlimited
            stack       8388608        67104768
            core        0              unlimited
            rss         unlimited      unlimited
            memlock     unlimited      unlimited
            maxproc     2500           2500
            maxfiles    1048576        1048576
    $ sudo launchctl limit maxproc 2501
    $ sudo launchctl limit
            cpu         unlimited      unlimited
            filesize    unlimited      unlimited
            data        unlimited      unlimited
            stack       8388608        67104768
            core        0              unlimited
            rss         unlimited      unlimited
            memlock     unlimited      unlimited
            maxproc     2500           2500
            maxfiles    1048576        1048576
    By the way, my iMac is running Mac OS X 10.8.4 and the manpage is dated "1 May, 2009" in case if it matters.

  • How to spare my HD with Mac OS X Server v10.5 Leopard?

    Hi there,
    I just got my iMac few days ago. I have install Mac OS X Server v10.5 Leopard problem.
    Its any could teach me how can I spare my Hard Drive to show 2 in my desktop, one will be Application App & another will be Storage..
    Its "Mac OS X Server v10.5 Leopard"(computer version) can only use on new mac??

    Ohhh... Okay... You want to partition your hard drive.
    Instructions can be found here:
    http://docs.info.apple.com/article.html?artnum=61301
    You must do this while booted from the OS X install DVD and choosing Disk Utility from the Utilties menu. Also be aware that you must back your data prior to changing the partition scheme, as it will reformat the hard drive.

  • Help Please with Mac OS X Server v10.5 Install

    I am currently running my everyday computer 2.6GHZ MacBook Pro on my wireless network I want to install the Mac OS X Server V10.5 standard install but I keep getting a message stating I need to have the computer plugged in to the ethernet cable??? I want to do this wirelessly I only need the basic install so I can learn how to use the server - Can anyone help me in getting this set up with out having to plug it in...I use an airport extreme and have a wireless network set up already - I really could use some help Thanks

    Just plug in an ethernet cable during the installation process. One of the requirements of server is access to primary ethernet as a common installation is performed headless. The only way to "ensure" network access is with ethernet as there are commonly no requirements other than plugging in a cable. Wireless most often requires authentication or at least selection of the desired wireless network.
    Just get a patch cable and use it for the install. Once you have the install complete, set primary network to the wireless port and then disconnect the cable.
    Hope this helps

  • Mac OS X Server v10.7 does not show the ethernet link aggregated interface I created in Server Hardware Network Dialogue window. Are link aggregated ethernet connections not supported in Lion Server?

    Mac OS X Server v10.7 does not show the ethernet link aggregated interface i created. Does Lion server support ethernet link aggregated interfaces?

    Thanks for responding Cold--
    Hardware: Mac Pro  3.0 GHZ quad core xeon
    I read the link but it still does not explain why the aggregated dual ethernet interface does not show up in the Network tab of the hardware section Lion Server. I was able to see it on the network and looks to be using a single static IP that I assigned. My concern was that is this supported and will it allow for failover and double performance of the single network interface.
    Any thoughts?
    Thanks again!

  • HT5218 Safari 5.1.5 for Mac OS X Server v10.6 is no longer available for downloading, where I can find it?

    afari 5.1.5 for Mac OS X Server v10.6 is no longer available for downloading, where I can find it?

    FWIW, Software Update Server on OS X Server 10.6 did occasionally corrupt itself.
    If I had a case of that arise, I'd get a full backup, would shut off Software Update Server, apply the current OS X Server 10.6.8 combo update and the current and subsequent patches, then reset the Software Update Server caches and force a new download of everything, and then restart the Software Update Server.
    Alternatively — and given what I've encountering with 10.6.8-vintage hardware failures in the last few months — I'd probably look to migrate to newer hardware and newer software.  Those disks are getting old, after all.
    Software Update Server and Caching Server 2 on 10.9 have both been stable.
    The Reposado open-source implementation of Software Update Server might provide you with an alternative approach, if Software Update Server is being recalcitrant and if you can't upgrade.

  • Getting MySQL to work on Mac OS X Server v10.4

    Hi,
    I am having trouble with running MySQL 4 on Mac OS X Server 10.4. (While the other application I will be installing works with both versions 4 and 5 of MySQL, I just thought it might be easier to get 4 working since it is the default version that comes with the OS.) I have launched "/Applications/Server/MySQL Manager.app", pressed the install button, then pressed the start button. By pressing the button, I am able to toggle visually between start and stop modes within the GUI. However, upon further inspection, MySQL doesn't seem to be actually running. At the terminal, I get:
    $ which mysql
    /usr/bin/mysql
    $ ls /usr/local
    ls: /usr/local: No such file or directory
    $ ps -ax | grep mysql
    3489 p2 R+ 0:00.00 grep mysql
    $ mysql
    ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/mysql/mysql.sock' (13)
    Any ideas as to what I might be doing wrong?

    Actually, this problem is only partially solved. I still get "Can't connect to local MySQL server through socket '/var/mysql/mysql.sock..." when I type 'mysql'. I can access mysql by typing 'sudo mysql', but still get the socket error when connecting via php, so I think I still need to get to the point where I can type mysql without sudo.
    Also, I went ahead and installed MySQL 5 with the tar package.
    Message was edited by: rabbitdog

  • Managed server is not starting with MSI mode

    Managed server not starting with MSI mode even though we enabled the managed server independence mode
    Started the admin server and managed server first time enabled the MSI mode.
    Restarted all admin and Managed server.
    We have tested the following scenarios
    scenarios1: Stopped the Admin server and restarted the Managed server with MSI mode it comes up.
    scenarios2:Admin server is running but not able to connect to the managed server
    In this scenario
    we have removed the Network cable and restarted the managed server its throwing ldap error.
    <Aug 14, 2010 1:58:32 PM SGT> <Error> <Security> <BEA-090870> <The realm "myrealm" failed to be loaded: weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException: weblogic.security.spi.ProviderInitializationException: [Security:090730]Failed to verify credential mapper LDAP hierarchy
    netscape.ldap.LDAPException: failed to connect to server ldap://sgppsr00383:16827 (91)
    at netscape.ldap.LDAPConnSetupMgr.connectServer(LDAPConnSetupMgr.java:515)
    at netscape.ldap.LDAPConnSetupMgr.openSerial(LDAPConnSetupMgr.java:435) at netscape.ldap.LDAPConnSetupMgr.connect(LDAPConnSetupMgr.java:274)
    at netscape.ldap.LDAPConnSetupMgr.openConnection(LDAPConnSetupMgr.java:199)
    at netscape.ldap.LDAPConnThread.connect(LDAPConnThread.java:109)
    at netscape.ldap.LDAPConnection.connect(LDAPConnection.java:1083) at netscape.ldap.LDAPConnection.connect(LDAPConnection.java:954)
    at netscape.ldap.LDAPConnection.connect(LDAPConnection.java:781)
    at weblogic.ldap.EmbeddedLDAPConnection.getAndInitDelegate(EmbeddedLDAPConnection.java:2031)
    at weblogic.ldap.EmbeddedLDAPConnection.add(EmbeddedLDAPConnection.java:1065) at weblogic.security.providers.credentials.DefaultCredentialMapperLDAPHelper.addEntry(DefaultCredentialMapperLDAPHelper.java:537)
    at weblogic.security.providers.credentials.DefaultCredentialMapperLDAPHelper.createOrgUnit(DefaultCredentialMapperLDAPHelper.java:432)
    at weblogic.security.providers.credentials.DefaultCredentialMapperLDAPHelper.verifyHierarchy(DefaultCredentialMapperLDAPHelper.java:407)
    at weblogic.security.providers.credentials.DefaultCredentialMapperLDAPHelper.<init>(DefaultCredentialMapperLDAPHelper.java:146) at weblogic.security.providers.credentials.DefaultCredentialMapperLDAPHelper.getInstance(DefaultCredentialMapperLDAPHelper.java:112)
    at weblogic.security.providers.credentials.DefaultCredentialMapperProviderImpl.initialize(DefaultCredentialMapperProviderImpl.java:93)
    at com.bea.common.security.internal.legacy.service.SecurityProviderImpl.init(SecurityProviderImpl.java:53)
    at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:340) at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:292)
    at com.bea.common.engine.internal.ServiceEngineImpl.lookupService(ServiceEngineImpl.java:263)
    at com.bea.common.engine.internal.ServicesImpl.getService(ServicesImpl.java:71)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:461) at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:822)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealms(CommonSecurityServiceManagerDelegateImpl.java:851)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1007)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:854) at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209) at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    - with nested exception:
    Managed server looking for ldap configuration from admin server.
    I have checked the all configuration file same on both managed server and admin server.
    Please let me know How to recover the managed server in this scenario.
    Edited by: user10773210 on Aug 16, 2010 11:55 PM
    Edited by: user10773210 on Aug 17, 2010 2:38 AM

    thanks for the reply....
    the managed server is pointing to jrokit_160_22_D1.1.1-3 jdk....the server has enough ram also...while running the managed server showing status 'STARTING' for long period of time...and the admin server health goes 'Warning' because of threadpool....when we stop the managed server then adminserver health becomes ok...

  • Help Please with Mac OS X Server v10.5

    Hello, I am a newbee to the discussions board...I currently have a 17" 2.6ghz 4GB 200GB ATA @ 7200 MacBook Pro and I am wanting to start learning how to use the Mac OS X Server10.5 - This is my main computer I also run Adobe CS3 on the computer - if I was to purchase the server software for 499.00 would I be able to install it on my MacBook Pro and learn how to use it so at some point I can use it to manage a future business with 5-10 employees - I have no idea how to use this server software so I was thinking learn at home on my laptop before buying more expensive hardware - am I on the right track or is this not going to work - any help is greatly appreciated...Thanks

    Hello and welcome to the Apple Discussion boards!
    Well, the honest answer is that it will work but I think that quite a few 'features' might not be convenient/functional to use if you travel with the laptop.
    There is nothing that stops Server from being installed on it. If it is just that this is your 'desktop' machine and normally does not leave the network it is currently attached to, it would be more than adequate. In other words, 'Tinkering' will be fine for this setup, but any type of 'serious' serving might overwhelm the HD (it is 'smaller', lower rotational speed, possible long term effects of 24 hour uptime use et al) but everything else will work as intended.
    Peter

  • Mac OS X Server v10.6 Snow Leopard - Webdav setup?

    Could someone give me a run-through on what is needed to set up webdav or a link to same? On this server, I've got groups with shared folders, and users who can access at least one group each. I'd like to be able to have the users get web access to these same folders.
    Thanks, Ian

    More words around the commands used, errors seen, tools involved, etc, please?
    Why do I ask for that? This stuff works as expected here.
    Here's what I did to get connected with a test server. First, get Apache going and enable WebDAV, both via Server Admin. Then (on the client) select Go > Connect To Server in Finder, and specify the WebDAV server via http or https as the target. The wheels spin for a bit as the connections are made, and Bob's Your Uncle.
    I'm going to presume you have DNS going, but (if not) start there.

  • My Mac OS X Server won't start up fully

    I haven't done anything that I can think of to break it. I was working on MySQL via server admin and the mysql service wouldn't start. It kept saying couldn't do whatever sock.2. Instead of fooling with it, I restarted and now I get the apple symbol and the turning gear, but it never gets started up. Tried safe mode too. What can I do?
    At the moment it has the Apple symbol and the whiring gear - for a while now -.

    Yes, but all the disk utility and fsck fails. It says all is OK but I can't reboot into the OS. The logon never comes up. Lastly, I was trying df -hl but all it says is root_device from the single user prompt.
    I have tried:
    Disk Utility from the Installation DVD - it claims all is OK
    /sbin/fsck -fy - claims all is OK; I had one modified, then all was OK on second round
    sudo fsck_hfs -l /
    sudo fsck_hfs -l root_device
    sudo fsck_hfs -l /dev/disk0s3 (just because that was in the article)
    Last three all result i sudo: can't open /private/etc/sudoers: Operation timed out
    :/root# sendmail: fatal: could not find any active network interfaces
    Did the disk blow up?
    http://support.apple.com/kb/TS1417
    strange also is the fan on the g5 is going berserk. Super loud all of a sudden. won't stop.

  • J2ee server doesn't started in debug mode

    Hi.
    I set J2EE server debug mode using configtool and I try to start J2EE.
    At that time, dispatcher, SDM process started successfully but server process doesn't start.
    SAP MMC has "waiiting for start" status for server process.
    Any ideas ?
    Regards, Arnold.

    Right aside the Enable Debugging checkbox in the configtool, there's a 'Restricted Load Balancing' checkbox. As I remember, in some version of the J2EE engine, you need to invert its state in order to get debugging to run.
    Regards,
    Armin

  • IMac only starts into Console mode

    Hi - I tried to follow the instructions in this link ( http://homepage.mac.com/james.clay/iblog/B894479528/C2040813928/E20070505184135/ index.html ), but since version -001 ("AirPort Base Station Update 2007-001")wasn't available anymore on Apple's Website, I used version -002 ("AirPort Base Station Update 2007-001") instead.
    After I extracted the files from Archive.pax.gz, I copied the contents from the CoreServices folder into my HD's System/Library folder and answered 'yes' to the overwrite popup; while it might have copied some of the files, the operation still failed. I didn't bother about the error at the time yesterday and just stopped.
    But now my system doesn't work any longer! When I boot my machine, I only get to the Darwin console.
    Any idea how I can fix this? Do I need to delete some files? Which ones?
    Also, my iMac is a G5, not an intel. Could this cause the problem? What binaries did I copy into the CoreServices folder from the -002 package?
    Thanks for your help!
    Torsten

    I have the same problem on a Ultra 60 attached to a Sun monitor with the final release Solaris 10 3/05.
    X Display can't start. Installation is OK, I checked the installation log.
    The setting I used during installation are the same I used for a zillion of time installing Solaris 8 and 9.
    At that point it can be a bug ... what it is a bit strange is that I istalled days ago on a Blade 1000 the last beta version of Solaris 10 and it had the same problem.
    How it is possible at Sun they didn't fixed it yet?
    Maybe has something to do with my network setting. I think its common on small or SOHO office: No dns internal server. Just a DNSL modem router at 192.168.1.1 and both default router and dns pointing at this address (on Solaris 6 , 8 , 9) that worked just fine ... (domain of the machine set to a dummy domain such as nonexistantdomain.com)

  • SHA-2 SSL certificates supported on Server v10.5?

    Am upgrading Mac OS Server 10.4.11 on a PowerPC Mac Mini (1.42GHz) to Server 10.5  and currently have SHA-1 SSL certificate from GoDaddy.
    They want everyone to upgrade to a SHA-2 (SHA256) SSL certificate for Google's Chrome browser which will soon start showing SSL errors for SHA-1 certificates.
    Is Mac OS Server 10.5 capable of serving up a SHA-2 SSL certificate?  (I originally renewed last Feb. to a SHA-2 certificate, but many browsers didn't recognize it, so I re-keyed to a SHA-1 certificate that is good to 12/31/15.
    Mac mini, Mac OS X Server (10.4.11, upgrading to 10.5.x), Power PC 1.42GHz

    Hi, I do not know, but I doubt it.
    Here's the 10.4 Server forum if you want to ask over there...
    Mac OS X Server v10.4 and earlier

Maybe you are looking for

  • Permission to use BPMaster object

    Hi I am working on SAP 2005A SP01 i have made some changes in users Permission and I am encountering a big problem while creating an object of Business partner Master Data. I get a SBO error message saying "The Loged On user does not have permission

  • Removing apps from old Vx

    I realize this may be a very old question, but I have an old Palm Vx and would like to remove some of the old applications on the handheld.  Can anyone give me some guidance.  I have several that I don't use anymore and would like to clean up the dev

  • Observations/questions on JAX-RPC

    I started developing Web Services on Oracle 9iAS (9.0.2.x). What impressed me is how easy it is to turn any old class into a Web Service; you can focus on and develop the API you want, in relative ignorance that the class is being exposed through SOA

  • I can't find my box for the serial number. How can I start elements 11 on my new computer?

    How can I activate my elements 11 on my new computer. I lost my box that has my serial numbers on it

  • How can we call paintcomponent

    I wrote a program where I should draw some stuff whenever a key is pressed. The drawing is done whenever the key is pressed but can be seen only when i resize the window.. public void keyPressed(KeyEvent e)  { Graphics2D g2 = image.createGraphics();