Server :: Starting Serverice From Remote System

Aug 9, 2010

i try to write a script to start and stop jboss service from remote systems. starting and stopping jboss service is working fine on local system. when i try to start jboss service from remote system . i not able to start jboss service.

View 1 Replies


ADVERTISEMENT

Server :: Remote Access Tool Required For System?

Jan 6, 2011

I want to access suse pc from redhat remotely.
i need a remote access tool so that i could access my branch Suse operating system pc through Internet. i am getting teamviewer for linux, it is installed properly but not executing.

View 2 Replies View Related

General :: Import A SQL Server 2005 Database From System To Remote Ubuntu Using Putty?

Jun 5, 2011

I have a database in SQL Server 2005 in my local Windows System and I want to import this database to my linux (ubuntu) server remotely using putty.

View 5 Replies View Related

General :: Can't Recall System App To Call / Test Remote Access To Another Server On Same Network?

Jul 25, 2011

I have logged into one Linux VM and I want to test remote access to another Linux server on the same network but I cannot recall the Linux application to call?

View 10 Replies View Related

General :: Make User In Remote LDAP Server To Be Used To Authenticate Local System?

May 13, 2010

How can I make the user in remote LDAP server to be used to authenticate Local Linux server ?

View 5 Replies View Related

Ubuntu Servers :: Starting Several VMs On A Remote Headless Via Ssh

Nov 24, 2010

I'm starting several VMs on a remote headless ubuntu server via ssh using:

Code:
VBoxHeadless -s <vmname>

The VM starts up okay, and I'm left with an occupied command terminal on my local ubuntu machine. So, if I want to start up several VMs on the remote server, I have to open up several command terminals and end up with as many occupied terminals once they're all running. When the local terminal is closed, the remote VM is also shutdown.

Is there a better way to do this without the remote VM being dependent on the local terminal? I'd like to remotely startup the VMs and be able to close the local terminals without shutting down the VMs. I'm sure this must be possible, I just don't know how to do it.

View 5 Replies View Related

Ubuntu :: Starting Xterm From Remote - Error: Cannot Open Display A.b.c.d:0.0

Sep 1, 2011

I am running hummingbird exceed on Workstation with an ip address of a.b.c.d, and connecting to a sun machine with IP address x.y.z.w running Solaris with XDMCP. From the sun machine, we commonly telnet to other sun and linux machines and run X applications.

We have just installed ubuntu 10.04, and I can telnet into that machine no problem.

However, running xterm on the ubuntu machine fails:

xterm Xt error: cannot open display a.b.c.d:0.0

View 2 Replies View Related

Red Hat / Fedora :: Starting System Logger: Failed After Login To The System

Nov 17, 2010

When booting the system ,"starting system logger : Failed" after that i login to the system as usual but the system logger cannot start,even i use the service syslog restart command,how can i solve such problem ,thanks a lot

View 1 Replies View Related

General :: Copy And Paste Between Local System And The Remote System When Using Rdesktop?

Dec 22, 2010

On Linux I do:

rdesktop remotepc

How do I copy and paste between my local system and the remote system?

View 1 Replies View Related

Security :: Need Remote System Hardening GUI Tool / Possible To Use It Windows System?

Jan 20, 2011

Which is the best remote linux hardening GUI tool.Is it possible to use that tool from windows system?

View 8 Replies View Related

Software :: Verify Directory On Remote System Available To Local System

May 5, 2009

The code listed below is an excerpt from a script that I am writing. The goal is to verify that a directory on a remote server is available to the local system. If that is not the case, a log file is written, and all filesystems that were previous unmounted, are remounted on the local system.

Code:
# # Unmount all NFS mounts prior to the archive process.
umount -a -t nfs
# Mount the remote directory (NFS) prior to running the make_net_recovery script.
# Make sure there is a <remote server> folder located in the /mnt directory. If it is
# not already there, create one.
mount <remote server>:/<local system> /mnt/<remote server>

# Verify the remote directory (NFS) is available. This directory is needed
# as it is the destination for the iso images. If it is not available, stop
# here, and write the results to a log file.
df |grep <remote server> > /dev/null
RC=$?
echo $RC

if [ ${RC} -eq 0 ]
then
echo successful
else
echo not successful >> /tmp/make_net_backup.log && mount -a
exit
fi
Is the syntax shown above correct?

View 1 Replies View Related

Ubuntu :: System Freezes When Starting X

Jun 6, 2010

I've trouble with booting up xubuntu koala:
When switching to the x11-login, the computer freezes during the change of the screen-resolution. Even switching to a console (ctrl+alt+F1/F2/F3...), ctrl+alt+del or pushing the power-button is not possible. After switching off the PC manually, it won't boot at all and freezes directly after switching on again (at bios-time).

Turning the PC off and on again helps - everything is okay afterwards. This doesn't happen always but it is annoying. Sometimes I have to try this procedure 5 o6 times until I can use the computer. Which of the thousand of log-files is the right one to look in? I am using Xubuntu and a Ati Radeon Xpress Graphics card, along with an AMD64 and the 64-Bit-Version of Xubuntu.

View 1 Replies View Related

Server :: How To Do A Remote Download To Remote Server

May 5, 2011

I have a low powered headless box (DLINK DNS323) running linux that I keep in a back room at home to handle large file downloads. It does not have X installed. Everything is handled at the command prompt through an SSH link. In the most common case, I log in from a remote location (perhaps a coffee shop), start the download, then disconnect and go about my business.

If I try to download from a free account of rapidshare, filesonic, or some another file service there is a manual handshake process (decode a captcha, wait for 60 seconds, etc) that requires a graphical client to complete.

I would like to somehow navigate through the handshake using my laptop (running Firefox) (perhaps through a proxy on the DNS323), but direct the download directly to the DNS323 (i.e., not routed through the laptop) so that I can disconnect and expect that the download will complete without further involvement from me or my laptop.

Is there anyway to direct a download to a remote path? Any other suggestions for solving the problem?

View 3 Replies View Related

Debian :: Starting A Task At System Initialization

Aug 3, 2010

The question - before searching and reading - was "how is it done? (see subject)"The question now is - "am I interpreting it correctly?"It seems that basically 3 things need to be done:place a copy of the startup script in /etc/init.d;in rc?.d, define symbolic links to the startup script run chkconfig or insserv to activate the script.

View 3 Replies View Related

Fedora Installation :: After Upgrade From F13 To F14 System Not Starting

Nov 3, 2010

I have a problem after upgrade from F13 to F14. I used the DVD i386 Iso on my Netbook MSI Wind U100 but it's don't start. It's load the services and it's stuck in the Fedora logo. I boot into Runlevel 1 to see the logs but there is no error. Then I run init 5 and it's stuck after the service ATD load. I don't want to do a clean install.

View 4 Replies View Related

OpenSUSE Install :: Not Starting After System Recovery

Nov 2, 2010

I have a HP mini 5101 wit OpenSuse 11.2. Unfortunately, I wanted to have a newer version 11.3, but I upgraded in a wrong way and the system not started any more, failed in start-up level 5 and ran the Kernel. I tried to find the solution, searched on google, but I think made it worse (personal feeling): made some changes in xconfig. Of course, the problem remained. Then I decided to make a system recovery. Everything was OK, until the last step, when the system prepared the first login. I saw this message for a few seconds:

Code:
*** Starting Yast2 ***
basename: missing operand
Try 'basename --help' for more information
SPP: could not open file: at /usr/share/sax/modules/SPPParse.pm line 61
When I switch on my netbook, during the loading everything seems ok, after loading I see the background but no login window, nothing. I don't know what's the problem.
I started the system recovery again and again. In few times I saw this on screen for a second, then return the background:
[Code]...

View 6 Replies View Related

Ubuntu :: Disable 'krunner' From Starting Up With The System?

Feb 10, 2011

I just recently switched from Windows 7 to Ubuntu + KDE and I can't for the life of me find a suitable 'msconfig' replacement.My issue in particular is with the 'krunner' process which I want to replace with 'synapse', but I just can't seem to find where to disable 'krunner' from starting up with the system.The 'Autostart' module in 'System settings' shows nothing. Also 'Pidgin' and 'Cairo-dock' start with the system and I can't find where this information is located. I'd like two things: a way to easily manage applications and services running when the system starts up, and a way to prevent the 'krunner' process from starting up again.

View 9 Replies View Related

General :: Suggestions For Starting Out With Linux System

Jul 19, 2010

I'm unhappy with Microsoft, and Apple has slowly lost its appeal due to unsolvable problems with my iMac G5. Are there any especially good books or hints about how to start for

1. buying a system with Linux on it
2. Using either an iMac or another machine that I can install Linux on it
3. low cost ways of getting Linux systems

View 14 Replies View Related

Server :: Apache Server In No Starting / Not Strating On Default Configuration File?

Mar 21, 2011

I have install Mandriva 2009 and install apache server but its not strating on default configuration file . What I should do for starting apache . i have tried /etc/init.d/httpd start but apache is not running .

View 1 Replies View Related

Server :: Start Postfix Server Than Immediately Maillog Is Starting To Grow

Mar 18, 2010

I am running CentOS 5.4 and Postfix. So when I start Postfix server than immediately maillog is starting to grow. And the first lines that I see in it are:

[Code]...

Server is already in several blacklists and I desperately need to do something.

View 12 Replies View Related

Fedora :: Synchronize System Clock Before Starting Option?

Apr 24, 2009

I want to set up a web server, and I want to set up NTP so to always keep the clock in sync. I have installed a very basic system (No GUI or X components), to keep it slim and thereby a little less prone to security problems. However, does anybody know what the Synchronize system clock before starting option in system-config-date actually does in terms of changing config files or permissions? I'd like to know so I can do it manually via the commandline.

View 8 Replies View Related

General :: Fedora 14 Freezes While Starting System Logger

Jun 13, 2011

I'm having trouble starting Fedora 14 on my computer. The startup procedure freezes while starting system logger. Before this started happening, I had formatted one of my logical disk partitions which is supposed to be mounted under the /var directory. I think may be the cause of this problem. However, I don't know how to fix it, as I can't get into the Linux command line to do a umount. I don't have a CD with which to repair the system, so is there any way to fix this problem without one?

View 1 Replies View Related

Ubuntu Servers :: Starting Ruby App When System Boots Up?

Feb 12, 2010

how do I start a ruby on rails application when my Ubuntu server starts up/is rebooted? I start the application by cd-ing into the ruby application's root directory(the application I'm using is Bibapp) and execute the command;

Code:

sudo rake bibapp:start

View 1 Replies View Related

Ubuntu Installation :: GNOME System Monitor Not Starting On 10.10?

Jan 29, 2011

I'm using Ubuntu 10.10 server edition on AMD 64-bit machine. When I try to open system monitor(system->administration->system monitor) it's not starting. Then i use console to open system monitor using command #gnome-system-monitor then it gave me the following error on the console.** (gnome-system-monitor:19279): WARNING **: SELinux was found but is not enabled.

*** glibc detected *** gnome-system-monitor: malloc(): memory corruption: 0x0000000000881d80 ***
======= Backtrace: =========
/lib/libc.so.6(+0x774b6)[0x7f1ec27054b6]

[code]....

View 2 Replies View Related

Installation :: Dual Boot - System Starting In Windows Only

Jul 22, 2010

I have linux in my system with windows (dual boot). Now when I start my PC. It shows me only Linux, in splash screen. but when i press ENTER key on this. It starts in windows not in linux. And I completely unable to boot my system in linux.

View 1 Replies View Related

CentOS 5 Networking :: System-config-authentication Is Not Starting?

Sep 6, 2010

I trying to set up a LDAP server using openLDAP / db4. The server runs fine but I cannot get the client to work. Client and server are on the same machine, as for now. The problem seems to be in PAM. However I cannot start the system-config-authentication tool which should do the trick.

Environment
=========
CentOS release 5.4 (Final)
Software
======
authconfig-gtk-5.3.21-6.el5
system-config-securitylevel-tui-1.6.29.1-2.1.el5
system-config-network-tui-1.3.99.18-1.el5

[Code]....

View 3 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

Fedora :: Copy System To Another Hard Drive - Without Starting From Scratch

Sep 21, 2010

Wondering if any know of a program that I can use to make an exact image of my fedora 13 operating system and transfer it to my new hard drive. I want to upgrade the hard drive and reinstall the exact system from the original drive to my new one, without starting from scratch. Just wondering if there's a program for Fedora 13 like Norton Ghost.

View 3 Replies View Related

Ubuntu :: Not Displaying Folders And Files In Desktop After Starting The System ?

Aug 11, 2010

I dont know whats wrong with my desktop....but it is not displaying folders and files in desktop after starting the system.The mouse right click is also not working.But the panels are working.

But once I browse files on my cell phone(using bluetooth) with my system,the desktop is working as usual.

I think I have to add some application( which loads desktop) to list of start-up applications.

View 2 Replies View Related

Ubuntu Servers :: System Won't Shutdown + Apache Not Auto Starting / Fix It?

Nov 12, 2010

First post here so I'll do my best to provide the information needed.

System:

Dell Poweredge R310
Xeon 3460 2.8Ghz
4x2GB ram
4x 160GB Sata 7.2k (RAID 10)
Ubuntu Server 64bit

If I type as root, "reboot" or "shutdown -r now", nothing happenings - except the apache2 process stops + the usual "System is going down for reboot now". If I type "shutdown -h now" the system goes down.

Upon booting the server back up, MySQL starts correctly, but Apache2 does not - I have to run "service apache2 start", and it starts up fine.

I feel the 2 issues are related. I've reinstalled apache2 completely (configs and all) and this didn't help - I used yum to install/reinstall it.

View 8 Replies View Related







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