Skip to main content

Questions tagged [var]

0 votes
2 answers
105 views

On a system I'm considering, there are multiple users. Users' home directories are mounted from some server on the network, which offers those same home directories to multiple machines (with the same ...
einpoklum's user avatar
  • 11.1k
-1 votes
1 answer
120 views

Background Unix convention and the Linux Filesystem Hierarchy standard define several paths under which processes look for certain information, or use to write certain information. When one needs to ...
einpoklum's user avatar
  • 11.1k
0 votes
2 answers
3k views

I just installed Ubuntu 24.04, and I made a mistake: I put the /var directory on its own partition, and its size is 10 GB. After a few days it is already full. Is there a way to fix this problem ...
Pietro's user avatar
  • 663
2 votes
1 answer
660 views

I've noticed that Flatpak, a popular package manager for Linux, installs applications in the /var directory instead of the traditional /usr directory. While /usr has been the conventional location for ...
AvidCoder's user avatar
  • 121
1 vote
1 answer
788 views

I'm trying to execute a command on a new tmux window. A simple console/terminal pdf reader. The script needs argument, a PDF file, the file name may include spaces. I've tried this: #!/bin/bash tmux ...
Krackout's user avatar
  • 2,897
0 votes
0 answers
243 views

Today i had powered on my PC, and it powered off few times, while power-on workflow. I had check in log, but didn't find the reason, I had powered it on about 14:00 or near, (few times until was ...
ant's user avatar
  • 27
0 votes
1 answer
1k views

Clearing the apt packages cache does not help, neither do I have any extra update packages. Whenever I try to apt install something, it tells me I have no space left. df -h says my /var/ is full, so I'...
2nbf7b23dn9nm293n8d's user avatar
1 vote
1 answer
208 views

I am running CentOS 7. I have /var on a separate hard drive, and smartctl shows that it has some read error. Hence, I would like to move /var to another hard drive. For the new hard drive, I used ...
HCSF's user avatar
  • 223
1 vote
2 answers
618 views

I have a RHEL 7.9 virtual machine without GUI, and I would like to make updates via the yum update command but it tells me that the disk is full, especially on the /var folder. I thought I'd take 10GB/...
Kanuc's user avatar
  • 71
1 vote
1 answer
708 views

I'm running a python application that keeps crashing with sqlite3.OperationalError: database or disk is full, even though I have 300G in the partition where this is installed and from where I'm ...
user3772053's user avatar
0 votes
1 answer
1k views

the /var/cache directory keeps filling frequently due to yum metadata in centos 7.5 server. most of the space utilized by the below files. i have set keep cache to 0 in /etc/yum.conf as well. but ...
subash ct's user avatar
3 votes
0 answers
7k views

/var/tmp is not defined in POSIX, but is defined in FHS: 5.15. /var/tmp : Temporary files preserved between system reboots 5.15.1. Purpose The /var/tmp directory is made available for programs that ...
Jonas Stein's user avatar
  • 4,338
0 votes
1 answer
209 views

myVAR='myArr' . ./myArraysFile # external file with all my arrays, one of the arrays is myArr=('one' 'two' 'three') I need to use this arrey with further scripting Examples: echo ${!myVAR}[1] # I ...
eswues's user avatar
  • 3
0 votes
0 answers
32 views

For certain reasons I have to delete all files that might indicate that the syatem has once been linked to the internet. I have deleted all the records in browser, and the internet ethernet address. ...
ZHANG Juenjie 's user avatar
3 votes
1 answer
2k views

I moved the /var directory to a new disk/partition, this part worked well, but I forgot to delete/move the old /var path and it is still using space on / (root) partition. How could I delete the old /...
Leonardo L. Southier's user avatar

15 30 50 per page