Server :: Read Error The System Returned: (104) Connection Reset By Peer
Mar 22, 2010
I am a system administrator and i have configured squid server at the server side.Now i am facing a problem that these two websites are not accessible through squid transparent proxy server while they are accessible when changing the gateway.The websites are following:-
[URL]
This type of error message comes ERROR The requested URL could not be retrieved While trying to retrieve the URL: [URL] The following error was encountered: * Read Error The system returned: (104) Connection reset by peer
View 4 Replies
ADVERTISEMENT
Dec 8, 2010
figure out this error?
Code:
kradalby@hpcompaq6530b-laptop ~/.ssh $ ssh -vvv -p 110 kradalby@dfekt.no
OpenSSH_5.5p1 Debian-5+b1, OpenSSL 0.9.8o 01 Jun 2010
[code]....
View 3 Replies
View Related
Feb 22, 2011
when i ran amcheck DailySet1 as backup user and got these messages:
[Code]....
View 3 Replies
View Related
Jul 6, 2010
My system just crashed.
kduffy101@kduffy101-desktop:~$ firefox
WARNING: pipe error (3): Connection reset by peer: file ./src/chrome/common/ipc_channel_posix.cc, line 404
Segmentation fault
kduffy101@kduffy101-desktop:~$.
View 4 Replies
View Related
Jun 25, 2010
When I do an amcheck, I get this Amanda Backup Client Hosts Check WARNING: noname.com: selfcheck request failed: recv error: Connection reset by peer Client check: 1 host checked in 0.022 seconds. 1 problem found.
I am using bsdtcp. I get an ack error if I switch the client to bsd authentication. What should I do, how do I fix it? I read that I should enter servers address to hosts file in /etc/ directory? Here is the log in /var/log/messages:
[Code]....
View 1 Replies
View Related
May 26, 2010
When I try to connect to cvs server this is the error message I get.
I also tried cvs -d server:newuser@localhost:/cvs/CVSROOT login but getting the same result
My repository is in /cvs/CVSROOT
I also tried changing /etc/xinetd.d/cvs with different options, current it looks like this:
And my /etc/xinetd.conf is
cvspserver stream tcp nowait root /cvs cvs --allow-newuser=/cvs/CVSROOT pserver
defaults
# The next two items are intended to be a quick access place to temporarily enable or disable services.
#
# enabled =
# disabled =
View 5 Replies
View Related
Oct 2, 2010
when i run "sudo startx" i get the message:
"(= Log file: "/var/log/Xorg.0.log", Time: Sat Oct 2 15:33:49 2010
(= Using config file: "/etc/X11/xorg.conf"
(II) Module "ddc" already built-in
[code]....
Fatal server error:
no screens found
waiting for X server to begin accepting connections giving up.
xinit: Connection reset by peer (errno 104): unable to connect to X server
xinit: No such process (errno 3): Server error."
My version of ubuntu is 8.04 and the video card is 82G33/G31 Express Integrated Graphics Controller.
View 9 Replies
View Related
Jan 27, 2010
I have an external hd attached to my one computer at home, use DynDNS to give it a static address, and can usually ssh into the machine fine. I ran update a few days ago and now have the much-aligned "connection reset by peer" error. I checked the machine and made sure everything was "normal;" e.g., checked ssh config for the port change (correct), doubled-checked ufw to make sure the port was open (it was), etc. I ran nmap on the machine and it said the port was open. This morning when I arrived at work, I ran nmap on my machine here where I've been unable to connect and its results were a little surprising: the port I specified at home and was demonstrated as open is not. WTF?
View 9 Replies
View Related
May 26, 2010
When I plug in my iPhone to my 10.04 machine, it's recognized. I can always drag music from the iPhone to the Music collection in Rhythmbox, but 9 times out of 10 dragging the other ways gives me this error:
"Error while getting peer-to-peer dbus connection: The name :1.219 was not provided by any .service files"
View 2 Replies
View Related
Jul 15, 2010
I've happily been using rdesktop to access my MS Vista desktop from Ubuntu (Hardy) for a few months until a couple of days ago when it stopped working. Now if I try connecting I get the following:
[Code]....
I don't believe anything's changed on the client (Ubuntu) side. The Vista box is occasionally connected to a corporate intranet via VPN and it was after such a session that rdesktop stopped working, so perhaps a Windows group policy was modified during the session. I've checked the basics - can ping 10.1.1.2 from Ubuntu, can access port 3389. Have deleted ~/.rdesktop and ~/.tsclient.
Digging around the Vista client I noticed in Control Panel > System Properties > Remote that in the Remote Desktop sub-panel the Allow connections only from computers running Remote Desktop with Network Level Authentication setting is enabled and that the other two are greyed out. Now, I don't know whether this setting has been changed but I suspect that it might be the problem.
Unfortunately, I don't know enough about Windows to know how or even whether I can change this setting to Allow connections from computers running any version of Remote Desktop (less secure) I've poked around the group policy editor (gpedit.msc) but no joy.
View 9 Replies
View Related
Jan 31, 2010
I am pragmatically trying to upload a list of files from my client machine to a proFTPd server I have running on Ubuntu. Every time I get several (around fifty) files into the transfer, I get the following error: Quote: Connection reset by peer: socket write error
I am able to remotely upload 25,000 small files of ~ 1K in size, but when I go to upload hundreds of 2-4 Mb files, I get a socket write error. Am I using up all available sockets before they can be released? If so, how do I release the sockets? If not, what does this error mean and why am I getting it?
View 1 Replies
View Related
Jan 21, 2010
"Read from socket failed: Connection reset by peer" after installing latest version of openssh under debian. What to do?
View 5 Replies
View Related
Feb 9, 2010
which cropped up today after no changes to the system: I can successfully ssh into my ubuntu 64-bit 9.10 machine (via OS X with iTerm), but after about 30 seconds, the connection drops with the message "Connection reset by peer Connection to xx.xx.xx.xx closed".
If I then try to immediately ssh back in I get: "Write failed: Broken pipe". If I try to immediately ping the machine instead, I cannot ping it until the ~10th try. Eventually I can log back in again, only to be kicked off after between 5 and 60 seconds. I called the network people and their are no known issue right now with networking. The networking on the ubuntu machine is otherwise fine, it seems. In the /var/log/auth.log file, it simple says:
Quote:
Feb 9 14:19:20 harriet sshd[4134]: Accepted password for xxx from xx.xx.xx.xx port 55105 ssh2
Feb 9 14:19:20 harriet sshd[4134]: pam_unix(sshd:session): session opened for user xxx by (uid=0)
Feb 9 14:19:28 harriet sshd[4046]: pam_unix(sshd:session): session closed for user xxx
The solution I come across to a similar problem is to add a "ClientAwakeInterval" number to sshdconfig, but this (as expected) doesn't fix my problem.
View 1 Replies
View Related
Jan 11, 2010
Amanda Backup System - Error
I have attached the error with amanda system. It is in Amanda is in OpenSuse, I checked for dtimeout in conf file but it is not there.
driver: find_diskspace: time 1641.864: find diskspace: selected /sandata/amanda/hdisk free 159240608 reserved 4633344 dumpers 3
driver: find_diskspace: time 1641.864: want 3185984 K
driver: find_diskspace: time 1641.864: find diskspace: size 3185984 hf 159240608 df 159240576 da 3185984 ha 3186016
driver: find_diskspace: time 1641.864: find diskspace: selected /sansdata/amanda/hdisk free 159240608 reserved 3186016 dumpers 3
driver: state time 1800.609 free kps: 1079613 space: 159240608 taper: idle idle-dumpers: 3 qlen tapeq: 0 runq: 7 roomq: 0 wakeup: 0 driver-idle: client-constrained
driver: interface-state time 1800.609 if default: free 79613 if LOCAL: free 1000000
driver: hdisk-state time 1800.609 hdisk 0: free 159240608 dumpers 3
driver: result time 1800.729 from dumper2: FAILED 02-00003 "[data timeout] .....
View 1 Replies
View Related
Jan 30, 2011
I'm having problem running open SSH. I have installed SSH, on my system, but when I run:ssh localhost.I get the error :Read from socket failed:Connection reset by peer.I get that same error when trying to connect from a different local computer.When I attempted to restart the service by typing: sudo /etc/init.d/ssh restart.I proceeded to generate a new set of keys by running, ssh-keygen -b 1024.But I get the same errors after doing so.
View 1 Replies
View Related
Aug 30, 2010
i'm runung "ubuntu 10.4" and install "Xampp 1.7.3.a" i have 3 problem in the joomla web installer in step "2:Pre-installation Check"
Code: configuration.php Writable NO
in step 5 : FTP Configuration when i feel ftp setting and click on "verify ftp setting,get this error Code: Error: the XML response that was returned from the server is invalid.
inthe final step when i click "install sample data" i get this error
Code:
Error: the XML response that was returned from the server is invalid.
View 1 Replies
View Related
Aug 3, 2010
i'm using fedora 13 OS and installed web invoice application in my server. whenever i open the site, the problem on "connection to the server was reset..." is persistent. i was advised to clear the cache which i did. it work for a while but with just a few page loaded the same problem occur and i need to clear the cache. again i found a suggestion in the internet to add post_max_size = 48M file_uploads = On upload_max_filesize = 192M to the php5.ini. i also did this in my server, but the same problem occurs.
View 6 Replies
View Related
Mar 17, 2010
I see in /var/log/maillog this error and I do this checks:
[Code]....
View 4 Replies
View Related
May 30, 2010
I am using Ubuntu 10.4 LTS and Samba3.4.7.I have read a lot of posts and different web pages on setting up Samba on a Peer-to-Peer network with Windows XP but just cant make it work. I can see the Guest account in XP My Network Places but cant access the folder when I click on it.Network not accessible or you dont have permission. I can PING both ways ok. I have Firestarter turned OFF and I dont have any third party firewall on XP.
This is my samba config file:
[global]
netbios name = dolphin
server string = Ubuntu
workgroup = WATERLILLY - same as XP
[code]....
View 3 Replies
View Related
Jul 11, 2010
Where do I get Frostwire to install? None of the repos I have have it.
What are other popular peer to peer programs?
View 14 Replies
View Related
Apr 19, 2009
I just installed Fedora9 in my desktop. The installation was successful and it was doing security update and system update right after install. After all the update service finished, I do a manual update to see what happy (Sysem>Administration>Update System). It keeps coming up with Package Error with the message "failed to get a TID: Incorrect path with ';' returned!".
View 8 Replies
View Related
Mar 2, 2010
I know I'm missing something absolutely basic here but when I search the forums for filesharing I only seem to get info referring to Windows filesharing/SAMBA etc.
We have 3 Ubuntu machines at home and a printer on a Windows machine. How can we best fileshare:
1) between Ubuntu machines
2) reliably between Ubuntu and the Windows machine
Printing across the network is ok except for the Karmic NBR machines but that's another thread.
View 9 Replies
View Related
Oct 9, 2010
I AM able to connect from CLI using sftp to the ftp server using port 2222.
Code:[URL]... I can ls/dir on the server as would be expected. However, if trying to use either bareFTP or filezilla I keep getting errors on trying to connect to sftp. I have gotten a range of errors from "reset by peer" to "Pageant unreachable". I have been thinking it is my firewall, so I flushed out bound and set to ACCEPT to test. INBOUND was set to allow ESTABLISHED, RELATED. I set up a log rule to catch everything which didnt show any drops on my side ( I may be reading them wrong though).
View 2 Replies
View Related
Aug 12, 2010
Is there a program like peer block for ubuntu? It is an ip filter program. Here is the website to help answer questions on what type of program it is. http://www.peerblock.com/
View 6 Replies
View Related
Dec 10, 2010
I logged in as user1 with administrative privileges.I right-clicked on a folder on my desktop, then "Sharing Options", then shared the folder as "docs".Then I created a new user with administrative privileges, user2, and logged in as that user.Then, I deleted user1 - account settings, and files.Then I created a folder on my desktop and tried to share it as "docs", but I get the following error: 'net usershare' returned error 255: net usershare add: failed to add share docs. Error was Operation not permitted
I can share the folder as any other name, just not "docs".My smb.conf file doesn't contain the entry.I'd love to know where the configuration file is that's hi-jacked the name "docs".
View 1 Replies
View Related
Aug 4, 2010
i got this problem every time i open the particular web page after i have opened some pages in my server. when i start to log in again in the same site, the problem pops up although this was not so when i first logged in. i was advised by the personnel in the web host to clear the cache in my browser which i did, then, i was able to log in again. however, when i reached the particular page again, the problem on "connection to the server was reset" erupts. i found in a suggestion in the internet to add this code in the php.ini which i also did post_max_size = 48M file_uploads = On upload_max_filesize = 192M
View 2 Replies
View Related
May 2, 2010
I bought a new SD card which I intend to put some MP3s on - except that I can't write to it because it tells me the destination is Read Only. No-probs thinks I: I'll just reformat it.
"Error creating file system: helper exited with exit code 1: cannot open /dev/mmcblk0p1: Read-only file system"
Various chmod commands all result in Read-only file system. I tried umount then mount commands, but it couldn't find it to mount once I'd unmounted it using the same /media/ file path (I assume it's the only one).
View 9 Replies
View Related
May 1, 2010
simple scan error as follows: Failed to save file ImageMagick returned error code 11 Command line: convert -adjoin /tmp/simple-scan-DA9MBV.jpg /tmp/simple-scan-XCK4BV.jpg /tmp/simple-scan-NZVYBV.pdf Stdout: Stderr: using karmic note: I have apparmor extra profiles installed but didn't notice one that related to simple scan or imagemagick. Red herring or not?
View 6 Replies
View Related
Apr 21, 2011
I can't get any updates for my system and keep getting the errors shown below, and suggestions peeps?
E: linux-image-2.6.28-11-generic: subprocess installed post-removal script returned error exit status 1
E: linux-image-2.6.28-13-generic: subprocess installed post-removal script returned error exit status 1
E: linux-image-2.6.28-14-generic: subprocess installed post-removal script returned error exit status 1
E: linux-image-2.6.28-15-generic: subprocess installed post-removal script returned error exit status 1
E: linux-image-2.6.28-19-generic: subprocess installed post-removal script returned error exit status 1
View 9 Replies
View Related
Jul 12, 2010
I've rebooted my system like 30 minutes ago...and all the sudden I get the error related the that program in ubuntu 8.04 that checks the disk after reboot for bugs an stuff like that. The error is caused by "read only system" mode. It can't write anything onto the HDD. I can't even change /etc/fstab file with nano or anything else. Btw is server edition. I mean when I want to save the file (fstab) same damn thing read-only system how can I change that?
View 2 Replies
View Related