Server :: Hangs At Starting Domino Services During Booting Up?

Feb 11, 2010

I joined a company as an IT staff 2 months plus back. I now encounters a problem that the booting up hangs at the time when it is starting domino services. I have no clue where to look at and duno where to start checking. A little description of the server. : It's a lotus notes domino server for employees webmail service. -> Now it is down. it's an external dns server: recently high volumes of query cache denied surfaces. it's also our proxy server. The only way to get it up and running is to turn off domino service. The system is running still with high volumes of queries I last checked.

Althrough it can boot up now and DNS & proxy are running, I couldn't access the system anymore. It will hang when I attempt to log in from the command prompt. Below is an illustration:

iasaix login: root -> I attempt to log in using root user
password: xxxxxxxx -> I keyed in my password
-> The cursor comes down and just keeps blinking and nothing happens.

Remote access is not possible as it has sshd disabled by default. Our employees cannot access their webmail now, which is a major issue.

View 1 Replies


ADVERTISEMENT

Ubuntu Installation :: 11.04 Natty Hangs While Starting Services?

Jun 15, 2011

I'm trying to install 11.04 natty on an HP Probook 6455b and failing.

Using two different burned cds I'm able to start the install process

1) I can get to the initial menu and interact with it to change command line options

2) I can boot the kernel and see services trying to start

At some point the system hangs and I suspect because upstart is starting services in parallel the console messages aren't showing the same consistent point for the hang.

with my last run using --verbose on the command line the last few lines are:

* Starting bluetooth
* Starting configure network device security
* Starting configure network device
* PulseAudio configured for per-user sessions
saned disabled; edit /etc/default/saned

Another run I just did (with network cable unplugged) ended with the same but also

* Stopping save kernel messages

I should note that the Pulseaudio line's asterisk is red or orange, does that indicate anything?

Mostly I'm looking for suggestions on how I can further debug and diagnose this problem to resolve it.

The system previously ran 10.10 fine and runs Fedora 15 (which should have a very similar kernel level) with no apparent problems.

Probook 6455 = basic HP laptop with AMD Phenom II mobile processor, 6G of RAM, ATI 4200 embedded graphics, etc, etc. Nothing special really.

View 1 Replies View Related

Ubuntu Servers :: Services Not Starting When Booting

Sep 29, 2010

I have a server running 64bit lucid and while trying to get a script to run on boot to start Davmail I appear to have broken something. I have webmin installed but I have been trying to do the majority of things via the command line. I now have davmail starting at boot but a lot of other services don't start anymore, including apache, mysql and webmin. Fortunately SSH still works and I can start apache and webmin from the command line without any problems.

View 1 Replies View Related

SUSE :: Can't Start Nfs Server - "Not Starting NFS Client Services - No NFS Found In /etc/fstab/

Sep 13, 2010

I cant start Nfs services. When I type the comman /etc/init.d nfs start I get "Not starting NFS client services - no NFS found in /etc/fstab/. I used yast to install nfs server already

View 9 Replies View Related

General :: Domino Server Not Getting Install

Mar 31, 2010

i am getting error message when installing lotus on linux machine

"Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

edit your shell's DISPLAY environment variable to reflect an unlocked terminal that you would like to launch the Domino Setup Program on."

View 7 Replies View Related

CentOS 5 Server :: Start Nfs Services And Get Error "Starting NFS Daemon: [FAILED]"

Aug 29, 2011

When I want to start nfs services ,I get this error, Starting NFS daemon: [FAILED]

View 1 Replies View Related

Debian :: Create An SMTP Server That Receive The Email From Domino?

Feb 22, 2011

Id like to ask you some advice. Im currently using as mail server Lotus Domino. Because of many reasons I need to create an SMTP server that receive the email from Dominothat relay those email into an authenticated SMTP on the internet. How can I do that? I create a Debian virtual machine and I installed Postfix. I edit the config file and set the relay host (authenticated SMTP on internet),the mtp_sasl_auth_enabled and smtp_sasl_password_maps parameters. If I try to send an email using that SMTP server I got a message that say âśRelay access denied, check the email address†What did I do wrong

View 5 Replies View Related

Red Hat :: Installing Lotus Domino On Server - Can't Access Webmail And POP3 From Internet

Aug 29, 2010

I'm installing Lotus Domino on Linux Server. Did anyone know how to reverse proxy for HTTP and POP3/IMAP on linux ? I've problem when try to open webmail from internet. I can't access webmail and POP3 from internet. Seems because connection from internet can't directly to Domino through Firewall. If using apache seems no problem with the webmail, but POP3 still can't access.

View 5 Replies View Related

Fedora :: 14 Is Freezing While Starting Services?

Nov 18, 2010

Fedora 14 is freezing while starting services. what I know is that the system is passing kernel verification. Is there a way to choose which service to start during bootup?

View 3 Replies View Related

Ubuntu :: Services Not Starting In Lucid

Jul 12, 2010

Basically services aren't starting up, like cron, VBox, ssh. I suspect a problem in the boot process, but I don't know where to look for errors with init or upstart or whatever it is these days.

View 5 Replies View Related

CentOS 5 Server :: After Modifying Iptables, Reboot Hangs On "starting Firewall"?

Mar 25, 2010

I have a CentOS 5.4 box that I am trying to set up as an OpenVPN server. So I modified the firewall by running the following script:

#!/bin/bash
#
# the following rules will flush out any existing chains

[code].....

View 2 Replies View Related

Fedora Servers :: Starting Services In Screenie At Boot?

Mar 31, 2009

I am running a server init3.During boot I would like to start some services inside screenie. IRC chat, rtorrent etc.How do I do this?

View 1 Replies View Related

General :: Create Alternative Boot Without Starting Some Services?

Apr 16, 2010

I would like to create an alternative booting possibility in my GRUB menu that does not start some services (listed by chkconfig) like cups.

I would use this boot during travel where I surely does not need these services and shorter bootup time is preferable. Permanent removal of such services is not an option because I could not miss them during normal daily work.

I use Mandriva 2010 with the latest updates.

View 1 Replies View Related

Ubuntu :: Startup Services Not Starting (mysql / Apache2)

Feb 20, 2011

I had a hard drive failure and have recovered (rsync) my backup root filesystem onto a new drive. This all seems to be fine, except that at least two services no longer start: mysql and apache2.I can start successfully both through

Code:

sudo /etc/init.d/mysql start
sudo /etc/init.d/apache2 start

although mysql throws a warning about Upstart. Neither start automatically.My system is Ubuntu 10.04.1 LTS x86_64. Part of my reolution actions has involved a kernel update to 2.6.32-27-generic.I have tried to resolve the mysql issue first:

Code:

sudo update-rc.d -f mysql remove
sudo update-rc.d mysql defaults

Code:

sudo apt-get remove --purge mysql-server
sudo apt-get install mysql-server
adding them /etc/init.d/... start commands to /etc/init.d/rc.local script and to a session startup script

checking the services are in rcX.d (using bum and sysv-rc-conf) Ensuring there's a .conf file in /etc/init (which there is).I can't see anything in syslog which would suggest if the system has tried to start these but failed, but then I may be looking in the wrong place. I think they're not starting at all. I wonder if it's something to do with the restore, perhaps symlinks?

View 4 Replies View Related

Fedora Servers :: High CPU Usage When Starting Services On FC11?

May 9, 2010

so my server is doing fine, but there is one odd thing I would like to fix. When I start and stop services, the CPU is maxed out for about five seconds each time. The services start the same speed, but it still does this. Small things like lm_sensors don't do this, just things like httpd and sendmail. THis server was upgraded to Fedora 11 with a netinstall CD a few months ago.

View 4 Replies View Related

OpenSUSE Install :: 11.1 - Boot Hanging On Starting Jexec Services

Jul 2, 2010

New Intel x64 system installed with Opensuse 11.1 (like the KDE 3.5 option) and has been running well until today. Booting stops at "starting jexec services". Even while booting under "failsafe" system halts at "starting jexec services". Unable to boot to command prompt to attempt repair. Ran "repair" option from install disc with no good results. Still will not boot past jexec services.

View 2 Replies View Related

Ubuntu :: Suddenly Init Smashed - Cron Not Working - Services Not Starting - Vpn Odd

Oct 25, 2010

I installed an LAMP Server on 10.10. Additionally a simple Sambaserver and a VPN is integrated. Since 3 days I look at some strange behaviour:

Code: sudo init 6 does not take effect. Nothing happens. Code: sudo reboot is working, but all seems to be so ropy. It takes a significant while, before ssh-session is finally terminated. After the system comes up again, the vpn-client gets not the same IP-address by DHCP-server, but the next following of dhcp-range. That is strange, because no other dhcp-client is busy. After a second reboot I get the correct first IP-address of the dhcp-range. That is reproducible.

cron is not working any more. None of my jobs is being triggered. Nothing is logged in /var/log/syslog any more. Services (apache2, mysql, smbd) are not running at the start. I have to run them up manually. Seems like init is somehow smashed? What is your guess? What futher information do I have to provide for analysis?

View 2 Replies View Related

Fedora :: PC Boots And Start Running The Services The Screen Just Hangs?

Jun 10, 2011

Last time I installed the ATI graphics driver on my PC, it was'nt working fine so I uninstalled that driver. I restarted the PC after uninstalling the driver but then, when PC boots and start running the services the screen just hangs and I don't get into the desktop.

I tried to run the xfs service using service xfs restart and also gdm service using service gdm restart, but in both the cases it shows that Unrecognized Service. So, I think it means that the package for xfs and gdm service is not available in my PC. Is that so?

I tried to get into the desktop by running startx but it gave the following error :-

Fatal Server Error: no screen found

consult the fedora project support at [URL] for help.

check the log file at "/var/log/Xorg.0.log" for additional information.

giving up

xinit: connection refused (errno 111): unable to connect to X server
xinit: no such process (errno 3): server error.

View 1 Replies View Related

Red Hat / Fedora :: FC13 Hangs On Starting Atd?

Nov 4, 2010

I did a fresh FC13 install on a computer and after trying to install the nvidia drivers the machine hangs on starting atd when it boots.Initially, I tried to install the nvidia drivers with yum but it didn't work. The nvidia module was not loading and although I blakclisted the nouveua driver the machine was still picking it up. Anyway after spending a lot of time trying to find a solution online, I decided to download the drivers from nvidia and install it myself.So I did that, run sh <nvidia-package>.run and the installation was completed without any complaints. Since then the machine hangs when I booted it up. Also I don't see any errors in var/log/messages or in /Xorg.0.logHere is my grub.conf:

Code: default=0
timeout=0
splashimage=(hd0,0)/grub/splash.xpm.gz

[code]....

View 2 Replies View Related

Fedora :: FC11 Boot Hangs On 'starting Atd'

Aug 17, 2009

Running kernel-PAE-2.6.29.6-217.2.7.fc11.i686

Boot hangs on 'starting atd'

Select 217.2.3 and it boots OK.

View 11 Replies View Related

Ubuntu :: 9.10 64bit Won't Boot - Hangs At 'Starting Up...'

Feb 9, 2010

I don't exactly when this started, but I hadn't booted my mythbuntu box for a while. When I boot it now, it hangs after grub at 'Starting Up...'. I was running 9.10 64bit, with 4GB Ram installed on an AMD64 3700+ ASUS A8N5X mobo. How can I resolve this? Can I modify boot options by hitting the Esc key before grub? What options should I use? I made no changes myself, it just happened on the next reboot. I hope that I won't have to burn a livecd. I only say that because the only machine that I have with a decent burner is my 9.10 box.

View 6 Replies View Related

OpenSUSE Install :: Starting Services - Error "command Not Found"

Apr 3, 2010

I just installed the LAMP server on my system then rebooted, expecting the daemons HTTPD, MYSQLD, FTPD, etc. to start. When they didn't, I didn't panic I just attempted to run "sudo service start httpd". Surprise, suprise - "command not found". how do I start these daemons?

View 9 Replies View Related

OpenSUSE Install :: 11.1 - Installation Hangs On Starting UDev

Dec 21, 2008

I want to try the new 11.1. When I start the installation (x86_64 DVD), the startup is hanging. The last message is "Starting udev...". Keyboard is completely frozen, only reset button is working. Mobo is an Intel DG965WH with 4GB RAM and ATI Graphic card (ASUS1950pro). My opensuse 11.0 runs without any problems.

View 9 Replies View Related

OpenSUSE Install :: Hangs Up When Starting Sound Card?

Jul 25, 2010

I'm trying to install OpenSuse 11.3, everything went fine untill last step : configuring hardware. So my install hangs up at the point "starting sound card" (well it is in french, but it should be this translation in english). My sound card is a classical realtek hd audio card (from a laptop toshiba x200). In the terminal(/dev/tty1) I can see that it is hanging at Starting Yast2. I had no pb with my previous installs regarding the sound card (with openSuse 11.2 and earlier). what to do to have this step working, or at least have the sound card not started at this point.

View 1 Replies View Related

Fedora :: System Hangs At Starting ATI External Events Daemon

Sep 15, 2010

I've followed this guide [URL] after rebooting the system hang at:
starting ati external events daemon [OK]
This line start blinking for a while, then nothing happen. I am using a radeon hd 4225. (I'm booting with acpi=off).

View 3 Replies View Related

CentOS 5 :: Apache Not Starting When Booting?

Feb 3, 2011

I installed Apache, and it works fine. However, when I rebooted my CentOS, httpd did not start automatically. What do I need to do to ensure it starts when the system boots?

View 2 Replies View Related

CentOS 5 :: Starting RSHD Services On Centos 5,3 Box

Dec 18, 2009

I need to copy files over from a Solaris 2.6 box to my machine running Centos 5.3. I have to use RCP since the Solaris box is so old that is the only inter-machine copy command available.How do I enable rshd services on my centos box? Detailed explanation would be apperciated since I am from the ssh generation.

View 5 Replies View Related

Ubuntu Installation :: Dual Boot Upgrade Hangs On Install Restart At Starting Up

Jun 5, 2010

I've been using ubuntu for a couple of years rather successfully on my dual-boot Vista/Ubuntu. It upgraded to 8.0(4?) LTS, 10.04LTS and I kept it there until this afternoon I followed the instructions on the ubuntu site to open up a terminal and update-manager --somearg to provide me with a nice little "Upgrade" button on the update manager. I clicked said button per the instructions, let it do it's downloading and whatever else it does. The last step of the installation is a system reboot. I let it do that, and then my grub menu comes up as more-or-less this:

Code:
Ubuntu 10.04 LTS, kernel 2.6.32-32-generic
Ubuntu 10.04 LTS, kernel 2.6.32-32-generic (recovery mode)
Ubuntu 10.04 LTS, kernel 2.6.24-28-generic
Ubuntu 10.04 LTS, kernel 2.6.24-28-generic (recovery mode)
Ubuntu 10.04 LTS, kernel 2.6.22-14-generic
Ubuntu 10.04 LTS, kernel 2.6.22-14-generic (recovery mode)
Ubuntu 10.04 LTS, memtest86+
Other operating systems:
Windows Vista/Longhorn (loader)

If I select the top one, I get:
Code:
Starting up ...
with a blinking cursor under the S for a LONG time (used the power switch after ~40 mins). I tried the second 2.6.32-32 option for recovery mode. It spit a bunch of gibberish to the screen for a couple seconds and then stopped, presumably doing the same thing, just with 100% more gibberish. I tried booting into Vista, that worked fine. Just to reiterate, I've not yet seen a 10 LTS login screen or desktop, and can't get one yet (just a "Starting up ...") Just to add, I did try searching, but since the only info I had to go on was 8 LTS to 10 LTS upgrade, and "Starting up ...", well those are just hard keywords to get any meaningful info.

View 9 Replies View Related

Fedora Installation :: After Booting From The DVD PC Hangs?

Apr 20, 2009

I want to install fedora 10 on my PC. But after booting from DVD a screen comes which tells me to:

" - to install or upgrade in graphical mode, press the <ENTER> key - use the function key listed below for more information [F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]"

when I press "Enter" nothing happens, even the function keys does not work & after some time PC restarts. The DVD is ok I have checked it in my friends PC, it works on his PC very well. My PC configuration is:

Precessor : Core 2 Duo 2.20 GHz
Ram : 1 GB
Hard Disk : SATA 160 GB maxtor
OS : Windows XP service pack 2
BIOS Version/Date:Intel Corp. NL94510J.86A.0010.2007.0523.1650, 5/23/2007

I have tried to install fedora 10 in "virtual box 2.1.4" but the result is same.

View 2 Replies View Related

General :: Fedora 8 Hangs During The Booting?

Jul 18, 2011

I have Fedora 8 and it was working without any errors, during the shutdown some messages error appears ... Field ... when I reboot Fedora 8 again and when the system is rebooting " Uncompressing Linux .... Ok, booting the Kernel Red hat nash version 6.0.19 starting" at this point it hangs. Since one month back, I removed the default gcc and reinstall old version of gcc for installing NS2.28. It was working without any problem or error.

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved