Questions tagged [bug]

31 questions
1
vote
1 answer

Apache, Accessing files as a directory, Bug?

I found a problem with my Apache webserver: Suppose I ONLY HAVE ONE file on my website (index.php): example.com/index.php When I access the URL using this way: example.com/index.php/abc or example.com/index.php/123 Apache will display the content…
Derrick C.
  • 111
  • 1
1
vote
1 answer

Workaround for Tomcat 9.0.46 (bug 65308) - NPE in JNDIRealm

Anyone been hit by the NPE bug when using JNDIRealm/ActiveDirectory in Tomcat 9.0.46 and have a workaround? Context I had to upgrade from 9.0.43 due to a concurrency bug where the socket input stream gets corrupted (and mixing up request bodies)…
0
votes
0 answers

Ubuntu 18.04 LTS detects there is an MDS CPU bug present and SMT on, data leak possible. what do I do about it?

On examining my system log I found the following entry: Oct 23 10:38:00 kernel: [0.xxxx] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details. I checked the…
Guest
  • 1
  • 1
0
votes
1 answer

cron recently ignores changes to /etc/crontab

Cron recently started to ignore any changes to /etc/crontab. Cron's mail works for the older entries. Restarting cron with sudo systemctl restart cron has no effect. I did not install new packages since it last worked properly. I do not want to…
Ilka
  • 1
  • 2
0
votes
0 answers

Unable to load PHP files from second server directory

My server has a root directory which is /home/forge/example.com/current/ionic/www and a secondary API PHP directory, located /home/forge/example.com/current/public. When the user browses to example.com/api the website should load from…
Ian Arman
  • 123
  • 3
  • 8
  • 15
0
votes
0 answers

Website gets stop responding on a particular time

I have a site running on shared hosting with the following configurations Apache Version : 2.2.34 PHP Version :5.6.31 MySQL Version : 5.6.33-79.0 Architecture : x86_64 Operating System : linux Perl Version : 5.10.1 Kernel…
0
votes
2 answers

Centos - How to avoid bugged yum updates

I'm running a Centos server, and i've had issue with bugged yum updates. Currently i have a cron job, which does a yum update every 3 months, but sometimes i get an update with a bug in it, that disables some aspect of my server. For example, the…
Jojo595
  • 15
  • 4
0
votes
1 answer

Bug in Mailman version 2.1.18-1

In their zeal to counter spam, both AOL.com and Yahoo.com - and possibly some other big players - changed their email reception policies which effectively cut off their customer's ability to receive emails from mailing lists which are configured in…
Richard T
  • 1,206
  • 12
  • 29
0
votes
2 answers

Apache returns default page instead my content

My web site works perfect, but sometimes apache returns default html page: It works! This is the default web page for this server. The web server software is running but no content has been added, yet. No configs and other settings at this time…
user451555
  • 111
  • 1
  • 1
0
votes
2 answers

Sometimes Tomcat doesn't re-deploy on startup

The infamous rm -rf command is something we would rather avoid in Production, even if it's scripted. So if you have a war file named mywebapp.war and a directory its deployed to under webapps/ that is called webapps/mywebapp/ how can you force a…
user447607
  • 493
  • 1
  • 6
  • 9
0
votes
1 answer

How can I avoid the error TCP_MISS_ABORTED/000 when uploading files through squid?

While uploading big files, > 10MB, through a squid V5.6, I noticed that they failed and/or were retried. The error has been logged multiple times in the logs: 1671092710.452 423 ::1 TCP_MISS_ABORTED/000 0 PUT http://YOUR_URL -…
Zioalex
  • 131
  • 6
0
votes
1 answer

Dovecot + Sieve - match is false when it is clearly true

Dovecot version 2.3.16 (7e2e900c1a) Ok I have a problem with this: if address :is :domain "From" "test.net" { fileinto "INBOX/Test"; stop; } And the thing is that this is totally random because other domains are working perfectly fine (domain name…
Ajay
  • 61
  • 1
  • 6
0
votes
0 answers

I cannot start an AWS task: CannotPullContainerError

My own image public.ecr.aws/f6q1r4v8/amazonlinuxwithshell:latest fails to start on AWS (FARGATE) in a very weird way: Last status Stopped Stopped reason CannotPullContainerError: inspect image has been retried 5 time(s): failed to resolve ref…
porton
  • 312
  • 1
  • 14
0
votes
1 answer

cat an file programs fail to acess a file but vi works properly (Debian)

I have getting some problems with my system after a bad reset via ctrl+alt+del. Since then errors related to ACPI and ata6 are reported. Trying to get a solution to this (in a savage way:I am n00b), I started to test the contends in the directory…
-1
votes
1 answer

Amazon linux package conflict

I was trying install php55-fpm on amazon linux, but there is a package conflict with php-common. How solve this issue ? [ec2-user@ip-10-0-12-54 ~]$ sudo yum install php55-fpm Loaded plugins: priorities, update-motd, upgrade-helper amzn-main/latest …
nosferatu
  • 3
  • 2