From first of July 2024 on CentOS 7, please switch to Vault archive repositories: Open the below file and copy/paste the following and mind your OS version. Change if needed. [ … ]
Category: Real Time Issues
what is CP : Omitting directory” Mean
sudo cp /home/webnoidschools/* /opt/newdirectory/ When I do this, I start getting the following as output: cp: omitting directory `file1′ cp: omitting directory `file2′ cp: omitting directory `file3′ cp: omitting [ … ]
Warning: localhost:1 is taken because of /tmp/.X11-unix/X1
Commonly we can get below type of VNCServer errors [root@webndschl ~]# vncserver :1 Warning: webnoidschools.com:1 is taken because of /tmp/.X1-lock Remove this file if there is no X server webnoidschools.com:1 [ … ]
Cannot open /var/log/sysstat/sa21: No such file or directory
If you face this kind of issue in centos or ubuntu Cannot open /var/log/sysstat/sa27: No such file or directoryPlease check if data collecting is enabled First you need to check [ … ]
ubuntu /usr/bin/env: python: No such file or directory
For this type of issues in ubuntu we have to follow two points. 1. If python is not installed in server ,Install it by using below command and check Again. [ … ]
phpinfo() is not working in Centos Server
Add below code in /et/httpd/conf/httpd.conf in the <IfModule mime_module> block. AddHandler php5-script .php AddType text/html .php Add below code in /et/httpd/conf/httpd.conf in the <IfModule mime_module> block. AddHandler php7-script [ … ]
Too many connections error
If clients face Too many connections errors when attempting to connect to the mysql server, all available connections are in use by others.The number of connections which we have configured [ … ]
umount: /HdD: target is busy.
[root@webnoid hdd]# df -kh Filesystem Size Used Avail Use% Mounted on /dev/mapper/centos-root 155G 132G 24G 86% / devtmpfs 2.8G 0 2.8G 0% /dev tmpfs 2.8G 8.0K 2.8G 1% /dev/shm tmpfs [ … ]
To Auto Compile in Angular JS (Ubuntu)
sudo sysctl fs.inotify.max_user_watches=524288 sudo sysctl -p –system
Unable To Access Ubuntu Terminal
1) Just opened xterm and fo to below path /usr/share/applications And ran the command DISPLAY=:0 gnome-terminal -x sleep 10 Just after this a Terminal appeared. And closed the both xterm [ … ]