Search found 7 matches
- 2020/06/09 19:31:02
- Forum: CentOS 7 - General Support
- Topic: Issue running yum update
- Replies: 1
- Views: 437
Issue running yum update
Running yum update and when it gets to downloading packages I get the error message. Downloading packages: Running transaction check ERROR with transaction check vs depsolve: python36u-setuptools is needed by (installed) python36u-pip-9.0.1-1.ius.el7.noarch You could try running: rpm -Va --nofiles -...
- 2020/02/04 16:52:38
- Forum: CentOS 6 - General Support
- Topic: Computer Freezes on login screen
- Replies: 1
- Views: 395
Computer Freezes on login screen
Running a centos 6.10 computer. Recently the root partition was out of space, the user was able to free up space but now when the computer starts it freezes on the login screen with the list of usernames. The mouse and keyboard are unresponsive. We can SSH into the computer.
- 2019/12/17 19:45:50
- Forum: CentOS 8 - General Support
- Topic: Black screen after logging in
- Replies: 1
- Views: 4357
Black screen after logging in
After I've entered my password from the login screen I just get a black screen with no cursor. This happens to all the accounts on this computer. I don't have the root password so don't know if it happens with that account. I've tried ctrl+alt+f2 to f7 but nothing happens. I'm able to SSH to the des...
- 2016/10/24 17:02:55
- Forum: CentOS 6 - General Support
- Topic: Installing Software
- Replies: 3
- Views: 511
Re: Installing Software
Thank for the reply, so I went in the /etc/yum.conf file and commented out the line that was referring to 'phast'. Not when I run the yum command I get this. Loaded plugins: downloadonly, fastestmirror, priorities, refresh-packagekit, security Setting up Install Process Loading mirror speeds from ca...
- 2016/10/24 16:08:39
- Forum: CentOS 6 - General Support
- Topic: Installing Software
- Replies: 3
- Views: 511
Installing Software
I'm new to linux and have been trying to install software using the yum command. I get this message and the software i'm trying to install does not get installed. Loaded plugins: downloadonly, fastestmirror, priorities, refresh-packagekit, security Setting up Install Process Repository 'phast' is mi...
- 2015/12/23 18:37:05
- Forum: CentOS 7 - General Support
- Topic: Changing Default Home Directory
- Replies: 2
- Views: 7360
Re: Changing Default Home Directory
First, why aren't you simply mounting the RAID as /home? Second, what filesystem are you using on the RAID that you are trying to use for home directories? Found the fix I was looking for here, http://www.unixmen.com/selinux-and-non-default-home-directory-locations/. I actually changed it from /use...
- 2015/12/23 16:52:16
- Forum: CentOS 7 - General Support
- Topic: Changing Default Home Directory
- Replies: 2
- Views: 7360
Changing Default Home Directory
Setup a new centos 7 server. This is my first time working with linux so its been a learning experience but fun. I'm going to start to add user accounts but would like there home directories to go on to the external RAID, the path where I want the home directories is /mnt/RAID01/labshare/user. I hav...