Debian Configuration :: When Stop The Server The Port Stays Open For Some Minutes ?

May 24, 2011

I've got a server listening on a port. when I stop the server the port stays open for some minutes. How can I close it immediately?

View 2 Replies


ADVERTISEMENT

Debian Configuration :: Cannot Open Java Socket - Port (9955) Closed

Feb 26, 2010

I have a java application that I wrote recently. It runs off port 9955. The application runs great on my mac server. When I installed it on my linux box i cant get to it from outside the box. A port scan shows the port as closed. I flushed my iptables, did not help. I can telnet into the app locally, from the server and it works great. I cannot telnet from outside the server. I have a reference to the application in /etc/services as a tcp port (which it is).

netstat shows it as listening
netstat --listen
tcp6 0 0 [::]: SimpleSocketTest [::]:* LISTEN
netstat -anp | grep 9955
tcp6 0 0 ::: 9955 :::* LISTEN 1484/java

View 4 Replies View Related

Debian Configuration :: When Shutdown Screen Always Stays On And Then It Hangs

Dec 12, 2015

I'm using Debian Sid xfce on my lenovo laptop. When i try to shutdown, the screen always stays on (the fans turn off). It says "reached target shutdown", then this happens: [URL] .... and then it hangs. I have to press the power button to shut it down. (I have the same problem with reboot). I had the same issues with Jessie.

Things i tried so far and didn't work:

Code: Select allshutdown -h now
shutdown -p now
halt
poweroff
systemctl poweroff
init 0

I edited /etc/default/grub and added the following options at "GRUB_CMDLINE_LINUX_DEFAULT":

acpi=force, acpi=off*, acpi=noirq

*acpi=off: shutdown (not reboot) worked a few times but i didn't have wifi and power manager didn't seem to work

none of them worked..

I have no energy or wake up options at my BIOS.

I found out that i can normally reboot with the Alt + sysrq + REISUB key combination.

View 5 Replies View Related

Debian Configuration :: Console Dims On Booting And Stays Dark

Oct 25, 2015

Since moving my debian server over to a Gigabyte H97N-WIFI motherboard the console dims on booting and generally stays dark. Strangely the screen the brightens up if I go to an emergency shell, but if the boot runs successfully I don't see the resulting login prompts. Also, during the boot process the messages to the console are too dark to see.

I've tried the i915.invert_brightness=1 fix mentioned here [URL].... but that seems to have no effect. I'm assuming that this has something to do with moving to intel graphics as my previous hardware had a radeon graphics card and didn't display this problem.

View 4 Replies View Related

Debian Configuration :: Icon Becomes Unusable Although The Connection Stays Alive?

Feb 13, 2010

I just recently updated wicd from backports on lenny to version 1.6.2.2. And with my static ip configuration in wicd, when i click on the Scripts button in the network profile properties window the gui part of wicd totally freezes. This literally means that the tray icon becomes unusable although the connection stays alive. I would like to setup some scripts to automatically activate my vpn connection through pptp, which already works manually, but i would like to do it somehow through wicd. The wicd wiki talks about it vaguely so i figured i try it. I also tried to post this question on the wicd forum but registering is disabled for the time beeing.. though luck i guess.

So anyway does anyone else has these sympthoms with the backports version of wicd ?

View 2 Replies View Related

Debian Configuration :: ZTE MF112 Modem Setup - Light Stays Permanently Red

Oct 1, 2010

I recently got an upgrade from my mobile broadband provider (3 UK) that included a ZTE MF112 modem. I found that (unlike the Hauwei modem that preceeded it) this item did not work "out of the box". After a bit of googling around I decided that a good starting place would be to upgrade the OS on my laptop. I've been meaning to do this for a while anyway so have just installed Squeeze (the i386 version, on Thinkpad x61). I think it's now pretty close to working "out of the box" but annoyingly isn't quite there. I thought of getting a ZTE modem to work say that usb-modeswitch needs to be used to make it not load as a cdrom. However, it appears to load correctly without any alteration (in fact, adding the /etc/udev/rules.d/zte_eject.rules file I have found described appear to do the reverse and make it load as a storage device - at least an icon for it appears on screen).

lsusb correctly lists it as device 19d2:0031 and identifies the device as a ZTE MF636 (though it says MF112 on the package). Looking at the Network Connections tool there is an entry for 3 mobile that is, afaik, correctly configured. If I click on the network applet on the toolbar, there is a bit of contradiction: towards the top of the drop-down list it reports mobile broadband as not enabled, but further down under the "available" list is an entry for "3 internet". I haven't paid too much attention to the not enabled entry because it also reports the wired network as not managed, so maybe this is just a quirk of network manager. - I know you have to comment out eth0 entries in /etc/network/interfaces to have network manager deal with the interface in Squeeze. There are no entries for the mobile connection in the interfaces file.

If I click on the 3 internet entry the applet goes momentarily into trying to connect mode (the circling dot) but very quickly pops up a Disconnected box, and that's all that ever happens. I note that the light on the modem stays permanently red. On the old Huwei it started green but went blue, and I think I read something about it also changing colour on the ZTE. On the other hand, the Hauwei didn't show up on the network manager list until the light had turned blue, whereas this does seem to be there. It looks as if the problem is something fairly trivial since the device appears to be both recognised and (almost!) correctly configured. How to sort this.

View 3 Replies View Related

Server :: If Forward A Port In Iptables, Does The Port Have To Be Open On The Firewall

Aug 5, 2009

If I forward port 80 to port 3128 for squid with an iptable rule, does port 3128 have to be open on the firewall or is this all routed behind the firewall?

View 4 Replies View Related

Debian Configuration :: Port (exp. 1001) Have 20 Connections That The Next New Connection Forword To An Other Port (exp.1002)?

Jul 15, 2011

i want if a port (exp. 1001) have 20 connections that the next new connection forword to an other port (exp. 1002).

View 2 Replies View Related

Debian Configuration :: Install Open Connect On Server Machine

Sep 23, 2015

I'm trying to install the openconnect VPN client on a server machine, Debian 7 Wheezy, and APT is trying to install a lot of dependencies. I think it's trying to install the whole desktop environment.I was searching the web but all articles are for desktop machines and nobody mentions my problem with the dependencies. I also have openconnect installed in two Gnome desktop machines without problems.

This is the output:

Code: Select all# apt-get install openconnect
Reading package lists... Done
Building dependency tree       
Reading state information... Done

[code]...

View 2 Replies View Related

Server :: Open SMTP Port On Router (which Connects LAN To Internet) Also Needs To Open?

Apr 14, 2010

I have sendmail running on my centOS 4.6. My lamp server also runs on it. I want to send mail through php mail function. when i execute php page, which fires the mail function, it takes so much long tim1 say even 1 minute, and at last displays that message sent successfully. Suppose, destination address is [URL].... I did not get any mail there. My server is running in LAN. I checked the status of sendmail, it shows me that it ios running. when i issue "nmap localhost" it shows me that SMTP port 25 is open, but when i issue "nmap myserver" (192.168.1.20 myserver ( written in hostfile)), it does not show that SMTP port is open.

I checked the /var/log/maillog, one person in my previous post advice me to see that. There it shows that message is accepted for delivery...but i do not get any mail in my destination, even not in spam folder. One more confusion is that, in my case my server is in LAN and if I am at all enable to open the SMTP port on it, does i need to open SMTP port on my router (which connects my LAN to internet) also needs to open? I think no, because SMTP is application layer protocol, it will wrap my mail in IP packet, which router just need to forward. am i right?

View 1 Replies View Related

Debian Configuration :: Computer Reboot Automatically Each 4 Hours 30 Minutes

Jul 30, 2015

I've an Blade 1500, sparc64 IIIi with 2 hard disks and 2go of RAM. The computer run with debian 7.7.0 and BSD (opensxce) for each hard disks.

1/ When it's run under BSD there are no problems, the uptime are on many hours.
2/ when it's run under debian with XFCE x-window, the uptime is 4 hours 30 minutes and computer reboot automatically !

Into the control panel i've deactivate the hibernation, screensaver and power management ! I want to find the files for manage the time down. I think that the problem is in XFCE window manager.

View 0 Replies View Related

Debian Configuration :: Multipath Map Creation Takes Several Minutes In Stretch

Oct 14, 2015

After mapping iscsi storage from my netapp and scanning for new devices I run multipath -v2 to create the multipath device handle under /dev/mapping/. This normally takes about 2 seconds or less on every other linux distribution I use. On Stretch it takes a little over 3 minutes. I have tried several different versions of multipath.conf but the result is always the same.

My most recent multipath.conf file is available here : [URL] ....

and the output of multipath -v4 is available here : [URL] ....

View 0 Replies View Related

Debian Configuration :: Incredibly Slow Shutdown (System Taking 3 - 5 Minutes)

Aug 21, 2015

I am using Debian sid 4.1.3-1 and when i shutdown the system it takes 3 - 5 minutes before actually shutdown, there is only a black screen until the hdd led start flashing and after that the system finally shutdown. The weird part is that sometimes it happen in less than 30 seconds , how can i figure out where the problem is ?

View 8 Replies View Related

Networking :: How To Open A Port - Failed To Open The TCP Port Number In The License

Jun 20, 2009

I am running lmgrd on CentOS5, but it returns Failed to open the TCP port number in the license. The port is 27000, how can I open that port?

View 5 Replies View Related

Server :: Stop Setting Up An Open Relay Spam Server?

Jul 25, 2011

Because our visitors/customers are short term, and may be configured incorrectly with their own mail servers we automagically redirect all port 25 traffic going to internal IP's to our own mail servers while on our network.(postfix on centos 5.6)While I have taken some measures to prevent it from spamming, I would greatly appreciate some assistance.I will be putting in clamav, but I haven't configured it yet with the mail.I am using postfix, but can also put on procmail or even spam assassin

View 6 Replies View Related

Debian Configuration :: Fstab Configuration - Failed To Open /proc/filesystems: No Such File Or Directory

Aug 23, 2011

I have some errors when run the mount -all command: mount: wrong fs type, bad option, bad superblock on /dev/sdc5, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail  or so Failed to open /proc/filesystems: No such file or directory

[Code]..

View 14 Replies View Related

Debian Configuration :: Thinkpad HDD Clicking / Stop It To Do So?

Mar 29, 2010

I have same problem described here:
http://www.thinkwiki.org/wiki/Problem_w ... e_clicking

The command: #hdparm -B 254 /dev/hda -- works

Now, I should create:
an executable file named 00DISK in /etc/pm/sleep.d with the following content

View 1 Replies View Related

Ubuntu :: Stop Asking For Password Every Five Minutes?

May 25, 2010

I feel sure there must be an easy solution, but Im damned if I can find it. Im sure I've looked everywhere. Even when Im watching ....., the screen goes dark and when I touch the mouse, Im asked for my password again. It really is very very annoying. I go and make a drink, come back, and there it is again - I have to type my password again.

View 5 Replies View Related

CentOS 5 :: Booting Up Stop For 90 Minutes?

Jun 14, 2011

Server with Centos 5.6 stop boot up for about 90 minutes. He stop:
SELinux: Disabled at runtime.
SELinux: Unregistering netfilter hooks
audit(1307803697.466:2): selinux=0 auid=4294967295 ses=4294967295

[Code]...

View 1 Replies View Related

General :: How To Open Port For Some Server?

Jan 27, 2011

I want to open 177 port of remote server for mypc.com.

Code:
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 177 -s mypc.com -j ACCEPT
I wrote this at iptables, but I could not connect mypc.com with remote server.

Kindly let me know what I am wrong?

View 8 Replies View Related

Server :: How To Open A Port For Eth1?

Feb 4, 2011

I have Linux server (centos) in my company ,In Server have two Ethernet card we are using one for getting internet connection via eth0 and another one is passing network is shared through this ethernet eth1.Network is shared through this linux squid proxy server to Windows client .But thing is In Windows client Browsing internet via proxy is fine . But while ping google.com in cmd it say could not connect.

View 2 Replies View Related

Server :: Port 995 And 587 Are Blocked, How To Open

Jan 28, 2011

I have Linux server (centos) in my company , Network is shared through this linux squid proxy server to Windows client .

How to open port 995 and 587 for Windows client because Outlook are not working in Windows Client ...

How to open this port for Windows Client.

View 4 Replies View Related

Debian :: Open A Port For Ssh To Work?

Jul 23, 2011

I know this has got to be a beginners question but I can not find the answer. I have searched the forum, the wiki, and the reference. I have used google and found the answer as it applies to red hat but doesn't work in debian. Found a couple of more but they didn't work either. I need to open a port for ssh to work. I have it working on 3 computers but the 4th has the port closed and I can't open it. I have openssh client and server installed and running. I am using Wheezy/testing on an acer laptop.

View 4 Replies View Related

Debian Configuration :: Hard Disk Won't Stop Spinning Up / Down

Feb 11, 2015

I've bought a new notebook. The hard drive won't stop spinning down and then spinning up again during load. I don't want HD power saving, so I disabled it within

1. /etc/hdparm.conf
Code: Select all# -B apm setting
apm = 255
# -B apm setting when on battery
apm_battery = 255

It didn't work. I can still hear the HD spin up. It's annoying in a video game because things just suddenly stop for a second.

2. /etc/udev/rules.d/50-hdparm.rules

Code: Select allACTION=="add", SUBSYSTEM=="block", KERNEL=="sda", RUN+="/usr/bin/hdparm -B 255 -S 0 /dev/sda"

This was also every tip I could find during RTFM.

Other specs:

Acer Aspire E5-521G-88A8 Notebook
AMD A8-6410 APU
4 GB RAM
AMD Radeon R5 2 GB VRAM
hdparm model number: ST1000LM024 HN-M101MBB

Debian Jessie

View 8 Replies View Related

Debian Configuration :: Stop A Chosen App From Accessing The Internet?

May 20, 2010

how do i stop a chosen app from accessing the internet ??

View 8 Replies View Related

Debian Configuration :: Stop Usb Drive Automounting Under Gnome?

Apr 24, 2011

I have Squeeze with Gnome.How is the best to stop all kind of usb drive automounting under Gnome?

View 2 Replies View Related

Red Hat / Fedora :: Services Start Then Stop After Few Minutes

May 7, 2009

I have several services set to start in init 3 on a cloud provider. The init scripts appear to be in the correct folder but the services are never started after a reboot. I finally watched the console and all the services start correctly then shutdown after a few moments.

View 9 Replies View Related

General :: Cannot Connect To Server To Open Port 22

Jul 28, 2011

I am trying to connect to my linux server using an SCP Key (PPK), but I can't get through using Putty, WinSCP, etc. I think Port 22 might not be open, but I don't know how to open it if I can't at least access the server using SSH.

View 3 Replies View Related

Debian :: How To Use Firestarter To Open Port To One Site Only?

Dec 6, 2010

I have a question about anybody who knows how to use firestarter firewall. I'm trying to get access to a Macromedia flash site that needs port 1935 open. While it is not a big issue to open the port, I want to do it just for the server that needs it. I do not want to open it to everybody else. I wonder if anybody has any idea of how to do this. Normally I just go to www.redhotpawn.com which is a chess playing site. I then pressed on the blitz button to go into a game. But it tells me access denied, and then the site has a warning about what it means. The site that mentions that if this is the case then this port has to be open. I don't have a problem of opening the port for the one site as I trust it. But I don't want the port open for every site. I know I can go into the firewall settings and under policy I click on the allow service port for. I put in the port number, but then I don't want to select all. I want to find out what the IP, host or network that I need to allow. Basically I only want to open the port to the one site.

View 1 Replies View Related

General :: Open Port Number 7 On Debian

May 4, 2011

I have system with debian linux installed. i got to know that debian doesent have IPTABLES firewall installed in built. i found the shoerwall firewall installed on system. now i wanted to open port no.7 for application comunication purpose please let me know if any one knows.also one more thing.. if i type command iptables --list i can see list of rules installed on ssytem....confuse which firewall application installed on the system.

View 14 Replies View Related







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