Is it possible for packets sent using TCP to ever arrive with different data? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 3 years ago. Improve this question Sometimes in my networking library when I send a packet the data arrives different than when I sent it. I assumed that TCP … Read more

Reinstalling the uninstalled packages using a bash script to make things back to normal

Well, I created a bash script which seems to work on my situation. Here I have installed a random small program to catch other error messages & saved it as “ls.sh” filename. for package in $(apt remove hello –purge 2>&1 | grep “warning: files list file for package ‘” | grep -Po “[^’\n ]+'” | … Read more

Trouble installing rpm package [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for … Read more

debian LTS : how to keep packages up-to-date with last security fixes using apt

What’s the best way to keep packages up-to-date (ie with the last security fixes) without worried about major version update ? For instance, apache2 for squeezeis is 2.2.16 (https://packages.debian.org/source/squeeze/apache2) However, last apache2 version for the 2.2.x branch is 2.2.27 Test repository can’t be used since they use the 2.4.x versions and I’d like to stick … Read more

How to resolve Debian virtual package dependency error

When attempting to update a locally-maintained package on a Debian wheezy system I get the following message: The following packages have unmet dependencies: local-tenielle : Depends: perl:any which is a virtual package. The following actions will resolve these dependencies: Keep the following packages at their current version: 1) local-tenielle [Not Installed] The control file for … Read more

Unable to install some required packages in Red Hat Linux

I Have RHEL6.5. I mam trying to install some required packages.Here is the response Error Downloading Packages: glibc-2.12-1.132.el6.i686: failure: Packages/glibc-2.12-1.132.el6.i686.rpm from Local: [Errno 256] No more mirrors to try. cracklib-2.8.16-4.el6.i686: failure: Packages/cracklib-2.8.16-4.el6.i686.rpm from Local: [Errno 256] No more mirrors to try. nss-softokn-freebl-3.14.3-9.el6.i686: failure: Packages/nss-softokn-freebl-3.14.3-9.el6.i686.rpm from Local: [Errno 256] No more mirrors to try . db4-4.7.25-18.el6_4.i686: … Read more

FreeBSD -no internet access -no packages

I just used this command: make -DBATCH install clean and realized that I don’t have access to internet from FreeBSD. If I type the address manually the browser doesn’t let me see them. Can someone tell me if there is a place to retrieve a full package of php5 installed full and just upload it … Read more

How to manage server configurations for small projects and servers? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 7 years ago. Improve this question I have been developing a web application which recently launched. Now I am continuing with improvements and want to create a staging server … Read more