Remote connections unable after power falls


 
Thread Tools Search this Thread
Operating Systems BSD Remote connections unable after power falls
Prev   Next
# 1  
Old 11-09-2009
Remote connections unable after power falls

Hi everyone:
I have a server used for testing running FreeBSD, last weekend we had power cuts in my job and our server was constantly rebooting.

since then the network connections are very slow, it's almost impossible establish a remote connection with the server, however running any application from local seems okay.

fsck doesn't report anything wrong, /var/log/messages doesn't contain something strange.

I had a similar trouble two years ago and the solution for that case was reinstalling everything

Does anyone have experience with this type of troubles?

thanks in advance
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Unable to ssh to remote server

Hi, I have two SunOs sparc servers mac1 and mac2. I have exchanged keys between them inorder to passwordless login ssh from mac1 to mac2. However, it is failing after authentication. Part of the debug is as below. Please suggest whats wrong and how do i fix that!! Note: i do not have... (1 Reply)
Discussion started by: mohtashims
1 Replies

2. UNIX for Advanced & Expert Users

See AIX server remote connections

Good morning, Is there any command to view remote conxiones an AIX server? Thank you very much and best regards. (1 Reply)
Discussion started by: systemoper
1 Replies

3. Red Hat

unable to connect remote server using ssh

hi all i am unable to connect remote server using ssh but i am able to ping the server ssh service is running. (5 Replies)
Discussion started by: nikhil kasar
5 Replies

4. Solaris

unable to sftp to a remote server from Unix machine

Hi, I get the below when i try to sftp to a remote server $ export SOCKS5C_CONFIG=~/.ssh/socks5c.conf $ sftp -v -s /usr/lib/sftp-server -oPort=2222 -oIdentityFile=~/.ssh/wm_privat> Connecting to ftp01.wmgruppe.de... Sun_SSH_1.1.3, SSH protocols 1.5/2.0, OpenSSL 0x0090704f debug1:... (1 Reply)
Discussion started by: Bigbee
1 Replies

5. UNIX for Advanced & Expert Users

how to power on remote server ?

i have doubt about how to power on server from remote location with out contacting with data center people? please anybody replay with whole info. thank you. (3 Replies)
Discussion started by: bhaskerreddy.ch
3 Replies

6. Linux

Securing remote connections

Hi all, I have a couple of questions I've been searching on internet but I didn't find a suitable solution. The aim is that I'd like to access to my home Linux (an 8.04 Ubuntu) from outside. I already achieved with ssh, but I'd like to secure as much as I can. These are questions: The... (2 Replies)
Discussion started by: AlbertGM
2 Replies

7. Solaris

unable to ssh to remote host

server is ok, I can login on console. however, when I use SSH teachia, there is no repsond. i have check ps-ef | grep ssh, it shows ok. restart ssh too. still not working. Anything else I need to check? # ps -ef | grep ssh root 24706 1 0 Jun 12 ? 0:00... (7 Replies)
Discussion started by: uuontario
7 Replies

8. AIX

Unable to set remote printer in AIX

Hi all, I am a beginner in AIX. I am facing a problem with remote printing in AIX. HP laser jet 1320 printer is connected to a printer server (PCI Mini - 100U3), which is configured as remote printer from AIX server. But I am not able to print from the AIX server by using "lp -d... (0 Replies)
Discussion started by: Rainy
0 Replies

9. Solaris

Unable to open remote connections

Hello everybody, This is an unusual problem that I am facing on my Solaris 9 on Sun Blade 150 workstation. I can ping remote machines (outside subnet) but I can't open up a connection/port on those machines. For example, `ping ftp.xyz.com` gives ftp.xyz.com is alive but if I do a `ftp... (1 Reply)
Discussion started by: red_crab
1 Replies
Login or Register to Ask a Question
obexftpd(1)															       obexftpd(1)

NAME
obexftpd - Mobile Equipment file transfer server SYNOPSIS
obexftpd [OPTIONS] [TRANSPORT] DESCRIPTION
With obexftpd you can set up an obex server on any computers using IrDA, Bluetooth or TCP/IP. Use e.g. obexftp or the ObexFS to access the files on this server. OPTIONS
The ordering of options is important. The first transport option will start the server. Use basedir and verbose options prior to any trans- port. See EXAMPLES TRANSPORT OPTIONS -i, --irda Acceopt connections using the IrDA protocol. -b, --bluetooth Accept connections via bluetooth. -t device, --tty device Accept connections from this tty device. NOT WORKING! -n host, --network host Accept connections from the network to this port. SETTING THE FILE PATH -c folder, --chdir folder Set the base directory for the server. VERSION INFORMATION AND HELP -v, --verbose Be verbose and give some additional infos. -V, --version Print version string and exit. -h, --help, --usage Print short usage instructions. EXAMPLES
Start listening for bluetooth connections and use a safe basedir: obexftpd -c /tmp/inbox -b SEE ALSO
obexftp(1), openobex(3), obexftp(3), multicobex(3), libbfb(3). BUGS
Bugs ? Features ! NOTES
The software has been tested and reported working on at least Siemens, Ericsson, and Nokia phones. AUTHOR
Christian W. Zuckschwerdt <zany@triq.net> Alan Zhang <vibra@tom.com> 17 February 2009 obexftpd(1)