Networking :: Loose Contact With Server For Few Seconds Or Minutes?
Oct 14, 2009
i have just registered to this forum so forgive me if i ask wrong question at wrong place.i have a server with OS: fedora 7 Hardware: SuperMicro X7DVL-L
[root@ ~]# /sbin/lspci
00:00.0 Host bridge: Intel Corporation 5000V Chipset Memory Controller Hub (rev b1)
00:02.0 PCI bridge: Intel Corporation 5000 Series Chipset PCI Express x8 Port 2-3 (rev
[code]...
View 1 Replies
ADVERTISEMENT
Aug 6, 2010
I have a usb wireless card called "edimax ew-7318" i used it for a year and it was great- worked out of the box. recently i've been having repeating disconnect problems every few minutes or seconds it will disconnect and then reconnect again
In system log i get:
Code:
It seams like a physical hardware problem but i cant find any physical fault on the card itself.
View 4 Replies
View Related
Feb 19, 2016
I followed a guide with the hopes of my computer waking from suspend after a defined number of seconds (for testing purposes, 4 seconds).
Per the guide, I've added a file: /etc/pm/config.d/00-use-suspend-hybrid
Code: Select all# Always use suspend_hybrid instead of suspend
if [ "$METHOD" = "suspend" ]; then
METHOD=suspend_hybrid
fi
# The delay after which hibernation gets triggered (default: 900 seconds, 15 minutes):
PM_HIBERNATE_DELAY=4
After four seconds of suspend, it continues suspending, and doesn't go into full hibernate.
View 4 Replies
View Related
Jan 13, 2011
I have a script in the works that reads an MP3 file and gets the track length. Trouble is, it gives me the total seconds, like this:
Sample Track.mp3 = 225.55 seconds
What I'd like to have is that 225.55 converted into minutes:seconds format (in this case, 3:45). How can I do this?
View 10 Replies
View Related
Mar 1, 2011
I have a CentOS 5 Server running for private fun... Just for playing with it and learn a little linux.this server has to Network interface cards. one for connecting from extern and one from connecting from the LAN.when i want to connect from lan (eg via SSH) this allways works!when i want to connect not from LAN this only works sometimes! only if i establish at the same time a connection from LAN it wors mostly.with other devices i have no problem (tested another server with just 1 NIC) and this works too.also the problem is not dyndns because i have the same problem when i try to connect through the direct IP.
View 3 Replies
View Related
May 26, 2009
I am having a problem with when I bind a static IP to my NIC I loose all network connectivity but, if i leave it set to dhcp it works fine. I've gone over all my settings a thousand times and they are all correct. Has anyone else had this problem or give me a hint as to what the problem might be?
View 2 Replies
View Related
May 20, 2010
I have Centos 5 Installation with following Linux ipmpls.mobilink.net.pk 2.6.18-8.el5xen #1 SMP Fri Jan 26 14:42:21 EST 2007 i686 i686 i386 GNU/Linux. I have Nagios running on it for monitoring switches. It also runs postfix to give email alerts in case of a switch is unreachable. The problem is that the server hangs for a minute and returns to normal operation. During this period if a switch is polled it cannot be reached and hence Nagios shows the Flapping state on the switches. I need to understand as to why the server hangs
View 1 Replies
View Related
Apr 28, 2010
Here are the specs of my machine: Linux matrix 2.6.18-92.el5 #1 SMP Tue Apr 29 13:16:12 EDT 2008 i686 i686 i386 GNU/Linux Red Hat Enterprise Linux Server release 5.2 (Tikanga)
When I run an ldapsearch in root, it works fine. tcpdump filtered by dest IP shows packets captured.
When I run an ldapsearch in a perl script as root, it works fine. tcpdump filtered by dest IP shows packets captured.
However, when I run it via a perl script in my cgi-bin directory it fails. tcpdump shows no packets captured. When I added a "2>&1" to my ldap search in my cgi script, I got "ldap_bind: Can't contact LDAP server (-1)".
I ran a "whoami" in my cgi script and it showed up as apache.
Another twist to all this is that I ran the same test on my slackware box, and everything works (esp the cgi script). Here's what the specs are on that machine:
Linux slackvm 2.6.29.6-smp #2 SMP Mon Aug 17 00:52:54 CDT 2009 i686 Intel(R) Core(TM)2 Duo CPU P8400 @ 2.26GHz GenuineIntel GNU/Linux
I checked the permissions on the ldapsearch file and directory, and they're the same (755).
Could there be something blocking the apache user on my Red Hat box from sending packets out?
View 2 Replies
View Related
Mar 4, 2010
I have installed openldap on debian lenny as said here [URL]clients" for both ldap server and ldap client on 192.168.1.192. Now I can make normal ldap successfully but I would like to do secure ldap and replication ldap too. "ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)" here is the error I got stuck with when I follow this link for replication and ssl/tls part[URL]Then I google to find solution and then try these commands
debian:/etc/ldap# ldapsearch -H ldap://192.168.1.192 -b dc=webon -x -d-1
ldap_url_parse_ext(ldap://192.168.1.192)
ldap_create
[code]....
View 7 Replies
View Related
Sep 28, 2010
Just installed openldap server on a VM CentOS called 'ldapsrv', it works fine, ldapsearch returns all ldap information.
Installed openldap client on another VM CentOS called 'ldapclient1', configured it with most basic configuration, no ssl/tls etc. but ldapsearch returns error:
ldapsrv is pingable:
Some outputs:
PHP Code:
PHP Code:
View 20 Replies
View Related
Nov 10, 2010
I am behind a funny firewall, so that may have something to do with this, but since the problem materialized upon update to F14, I am assuming that this has something to do with it as well. (Both connections are on the internal network, so should not invoke the firewall/proxy, so the firewall issue is probably a red herring.)Since the update, neither evolution-mapi nor evolution-exchange (over OWA) are able to access my email. Here is the error given when using evolution-mapi:
Code:
Unable to authenticate to Exchange MAPI server: file exchange-mapi-connection.c: line 359 (exchange_mapi_connection_new): assertion `profile != NULL' failed Please enter the MAPI
[code]....
View 2 Replies
View Related
Mar 15, 2010
This seems to have just started. I read a .pdf document with evince and I get a whole bunch of messages like the following.GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See URL... for information. (Details - 1: Server ping error:IDL:omg org/ CORBA/COMM_FAILURE:1.0)What does this mean? why is evince trying to contact a server when I just want to read a document?
View 1 Replies
View Related
Mar 31, 2011
I'm getting a strange error on Ubuntu 10.04 when starting firefox, see output:
Code:
Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See [URL] for information. (Details - 1: Failed to get connection to session: /bin/dbus-launch terminated abnormally with the following error: EOF in dbus-launch reading address from bus daemon
[code]...
My version of Firefox I'm running is:
Code:
Mozilla Firefox 3.6.9, Copyright (c) 1998 - 2010
View 2 Replies
View Related
Mar 27, 2010
Ldap and samba work fine if de ldap server is @localhost.
smbldap-populate however refuses to connect to the ldap server at the address ldaps://ldap.server
ldapsearch -x -H ldaps://ldap.server
I checked ldad.conf and smbldap.conf time and again.
Why oh why?
View 3 Replies
View Related
Feb 12, 2010
I'm using FC12 with kde and cannot update the system time using the gui. The error is :Error unable to contact time server. How do i get it to work for the rest of the family who do not want to mess aboutcli mode?This does work from the terminal:ntpdate -u ntp.exnet.com so client software is present and correct leaving me at a loss.
View 4 Replies
View Related
Jul 26, 2011
I developed a java application to organize the articles and notes for what I need for my work reports. The path appear in a jlist component and by clicking on I'd like the file opened. The application works fine in /home side.
In /root side I get this message error:
"GConf Error: Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon." I work in KDE (OpenSuse 11.4). Why I need a configuration tipically of GNOME?
View 7 Replies
View Related
Mar 13, 2010
whenever i do anything as sudo i get GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See [URL].. for information. (Details - 1: Could not send message to GConf daemon: Connection is closed)
View 2 Replies
View Related
Jan 25, 2010
I've reported this as a bug (#507546), but it occurs to me that maybe others aren't having the same problems, so maybe it's an issue with the configuration of my machine. I upgraded to Kubuntu 9.10 (Karmic) from Jaunty. Ever since the upgrade, I'm getting a number of weird networking problems (though basic webbrowsing & email work fine):
1. I can't mount an NFS partition, one that has worked on this laptop with every previous version of Kubuntu, and one that still works on other computers. If I do
$ sudo mount /usr/lab
I get
mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
So then I do this:
$ sudo start statd
and get this:
statd start/running, process 18709
Then this happens again:
$ sudo mount /usr/lab
mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.:
but
$ sudo start statd
start: Job is already running: statd
so then I do this:
$ rpcinfo -p
and it hangs for something pretty close to 3 minutes and then says this:
rpcinfo: can't contact portmapper: RPC: Remote system error - Connection timed out
See also this:
$ ps ax | grep port
18017 ? Ss 0:00 portmap
18878 pts/27 R+ 0:00 grep port
Note that the 3-minute hang with rpcinfo -p also happens if I do not attempt to manually start statd first.
2. Whenever I try to print something from okular, the window freezes for about 3 minutes and then the print dialog comes up. The printers I want (network printers) are not shown in the list.
3. My department uses Retrospect (commercial closed-source software, sorry) for backups, and I haven't been backed up since I upgraded. The problem, again, is that when I try to start the backup client it hangs for about 3 minutes but then fails to come up.
4. And some new information not in my bug report: I've noticed that certain (but not all) OOo Impress presentations cause Impress to freeze for about, you guessed it, 3 minutes before the window opens. I just copied one of the troublesome presentations over to another Kubuntu Karmic machine, and it opens fine there. I believe that machine can also mount NFS partitions without trouble. it smells like some pervasive networking/communications problem specific to the configuration of my own laptop. But, I don't really know where to start. This has never been a problem before, and I don't think my networking setup is extensively tweaked
View 1 Replies
View Related
Apr 3, 2010
Anyone what this gksu error is about (it repeats it three times)
gksu-2.0.0-1.el5.rf.x86_64.rpm
# gksu ls
GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See [URL] for information. (Details - 1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)
View 5 Replies
View Related
Feb 24, 2010
I have just recently switched from Gnome to KDE in 11.2 since there was some sort of major KDE update that fixed the issues I had been having with KDE. Ever since, I have not been able to get miro to load. I try to run it and all I get is the bouncing logo, then nothing. When I try to run Miro in terminal, I get this:
solomon@linux-yz7i:~> miro
ERROR:dbus.proxies:Introspect error on :1.150:/org/participatoryculture/dtv/OneTime: dbus.etop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote applicge bus security policy blocked the reply, the reply timeout expired, or the network connect
PyNotify support disabled on your platform.
And it will sit there for eternity or until I close the terminal window. When I run Miro as root, I get this:
linux-yz7i:/home/solomon # miro
Traceback (most recent call last):
File "/usr/bin/miro.real", line 48, in <module>
upgrade.upgrade()
File "/usr/lib/python2.6/site-packages/miro/plat/upgrade.py", line 77, in upgrade
if client.dir_exists("/apps/democracy/player") and not client.dir_exists("/apps/miro"):
glib.GError: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See GConf configuration system for information. (Details - 1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)
View 7 Replies
View Related
Nov 24, 2010
I just installed ubuntu 10.10 x64 It worked okay for awhile, but now everytime I startup I get this error message:
GConf error: Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http... (Details-1:Server ping error:IDLmg.org/CORBA/CoMM_FAILURE:1.0)
So my desktop is basically worthless (Can't vnc in, windows have no title bar, can't launch anything)
View 1 Replies
View Related
Jul 29, 2011
I have a fedora 14 box which has a static IP and I can not contact the internet or even my gateway router.I know it has to do with my kernal IP routing table but I can not find the command to do what I need...Here is my kernal IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
My gateway is 192.168.1.1 and my static IP is 192.168.0.2.
View 3 Replies
View Related
Jun 30, 2011
i been getting errors when trying to use zypper from the console. This happens in 2 pcs, and errors seem to be the same,One has 11.4 + gnome 2, standar installation (with gnome) from 11.4 DVD. The error i get whenever i run something like zypper install xxxyyy.rpm or zypper update is:
GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init: assertion failed: (connection->initialization_error == NULL)
the other one, 11.4 with gnome 3 (clean install from live dvd):
GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init: assertion failed: (connection->initialization_error == NULL)
GConf Error: Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See GConf configuration system for information. (Details - 1: Failed to get connection to session: The connection is closed)
I dont know if its related, but the one with gnome 3 constantly gives me (what i think is) a kernel panic when i shut down the system, it happens fast and the text on the screen is not "linear" but spread all over the screen, so i cant read the whole message, but it does say something about glib and corruption.This is actually the first time(s) ibe seen a kernel panic ever since i used ubuntu.
View 9 Replies
View Related
Aug 8, 2010
I was wondering if any one came across that issue before. Everytime I reboot my PC something (I assume GNOME) reset my system clock to an hour behind what is was the last time. So if a reboot twice in a row that'll be two hours behind and so on. It used to work fine until I had to change my system time backward temporally to overcome and issue with GPG. Since I put it back I get that phenomena. It's like it's adjusting it for the Day light saving everytime a boot. Problem is Japan does not have any day light saving. I run OpenSuse 11.2 with Gnome 2.28.2 as my interface. I'm currently located in Japan GMT+9 not DST. /etc/localtime -> /usr/share/zoneinfo/Asia/Tokyo
I suspect a bug in Gnome or Yast. It's not user specific because the time is already altered even before I log it.
View 13 Replies
View Related
Mar 24, 2010
Is there any possible way I could add loose/strict source routing for traffic originating from a host ? I mean to add certain hops I want my packet to pass.With iproute2 or maybe iptables ?
View 1 Replies
View Related
Mar 15, 2011
I'm using mencoder to capture audio from a Encore ENLTV-FM3 video capture device. I have recently noticed that, since one week ago, when the machine was forcibly restarted due to a power outage, all recordings are slightly pitched, they play back slower than they should.
I narrowed down the problem to the following command line:
$ time mencoder -really-quiet -tv driver=v4l2:device=/dev/video1:chanlist=us-cable:audiorate=32000:alsa:adevice=hw.1:input=0:amode=1:normid=11 -endpos 00:10:00 -ovc copy -oac pcm -of rawaudio -o test-32000.wav tv://69
real 9m54.886s
user 0m5.536s
sys 0m1.740s
$ ls -l test-32000.wav
-rw-r--r--@ 1 martin martin 76800000 Mar 15 17:20 test-32000.wav
Somehow, mencode managed to gather precisely 10 minutes worth of raw audio in 9m 55s. That's not physically possible, unless the capture device's A/D converters are "overclocked". I can't think of any other explanation besides hardware failure. Can that be? Could it be that something got burnt during the power outage and now the capture device's internal clock went nuts?
Since the machine's restart, I've also noticed dmesg is flooded with entries like this:
CE: hpet increased min_delta_ns to XXX nsec
Which seem to indicate that the computer's high precision event timer is somehow out of sync. Does this have to do with the audio issue? Can it be that the audio converter's sample rate is linked to the HPET? I'm totally lost here. Has anyone bumped into something similar?
View 2 Replies
View Related
Dec 30, 2014
After a sleep resume cycle, my background image is corrupt. It's replace by a weird image.
Before [URL] ...
After [URL] .....
I'm using Debian Jessie, Gnome 3.14.1, Nividia-drvier 340.65-2
The problem was highlight previously [URL] ....
View 0 Replies
View Related
Mar 20, 2010
Just got a new toy!
Quote:
Compaq/HP CQ60-615DX Notebook @Best Buy $369.00
Intel Celeron 900 (2.2Ghz)
250GB(7200rpm) HDD
2GB DDR2 SDRAM
8x DVD +/- R/RW Double layer
Win7 Home Premium (for the time being)
[Code]...
I will keep Win7 for clients as this will be another laptop for that usage plus wanting to have a decent laptop for the rec room to do that style of work. Cheap way to service M$ clients without buying more personal license(s). So far no big deal with M$ Win7 but I need to have that pathway available to me.
My reason to buy this notebook rather then a netbook should be obvious, big enough for me to do what is necessary. I've got test beds to do the real work, netbooks just won't meet the needs as describe above. I purchased a Netbook for my wife. That one will be used while she's away to aid with the new Grandchild, a lot easier to carry than her old HP Laptop. If the Netbook is lost then no worry since it's cheaper than her HP.
View 3 Replies
View Related
Sep 6, 2011
I have succesflly installed OpenVPN server and clients(followed tuts). Everything is great, however when I have openvpn connection established on the clients I loose the basic internet connection in the browser, but my clients can see the vpn server(even I can ssh to the server via the openvpn client ip). I am guessing that all the traffic is routed through the server. I am just not knowledgable enough with routing , iptables and internet sharing. I am using tun based setup on OpenVPN. I am just not even sure if this is a server or a client issue, sorry for ignorance and illeteracy.
View 5 Replies
View Related
Nov 15, 2010
I have an existing OpenSuse 11.3 (64 bit) box serving a couple of websites. I would like to enable Xen. Question - If I install Xen through Yast, will my existing configurations be reset and will I loose my existing data? Does Xen have to be installed on a clean system?
View 3 Replies
View Related