Search found 24 matches

by postcd
2020/10/01 15:15:05
Forum: CentOS 7 - Software Support
Topic: RPM for qBittorrent 4.1.6 for CentOS 7 released
Replies: 17
Views: 11263

Re: RPM for qBittorrent 4.1.6 for CentOS 7 released

qbittorrent-nox --webui-port=8080 Thanks for the link (btw. is dead atm), working seems to be this one . I can't bealieve how easy it was on CentOS: yum install epel-release;yum install qbittorrent-nox;qbittorrent-nox --webui-port=8080 (it apparently works on numerous GNU/Linux https://pkgs.org/dow...
by postcd
2019/09/29 15:07:14
Forum: CentOS 6 - General Support
Topic: Error: vzump-1.1-1.noarch requires vzctl
Replies: 1
Views: 1101

Error: vzump-1.1-1.noarch requires vzctl

Hi, on CentOS 6.10 64bit, i seen: ---> Package vzdump.noarch 0:1.1-1 will be installed --> Processing Dependency: vzctl for package: vzdump-1.1-1.noarch --> Finished Dependency Resolution Error: Package: vzdump-1.1-1.noarch (soluslabs) Requires: vzctl You could try using --skip-broken to work around...
by postcd
2019/09/24 15:12:10
Forum: CentOS 6 - General Support
Topic: Retrieving /install.img... 43% stuck
Replies: 4
Views: 1459

Re: Retrieving /install.img... 43% stuck

Try adding ramdisk_size=100000 to the kernel command line when you see the isolinux "Install" menu at the start. Maybe i understood wrong, this is what i just did: i see the CDROM centos 6.10 netinstall boot menu where i highlight "Install or upgrade an existing system" and i do Tab key and see boo...
by postcd
2019/09/23 21:10:56
Forum: CentOS 6 - General Support
Topic: Retrieving /install.img... 43% stuck
Replies: 4
Views: 1459

Re: Retrieving /install.img... 43% stuck

Yes, this is low RAM computer (512+256MB module=approx.700MB while install.img is only 139M). Can i add anything particular into boot parameters so the installer will process images without problem please? The computer (laptop) has single HDD slot and i can connect USB flash disk as a storage. Unsur...
by postcd
2019/09/23 19:38:32
Forum: CentOS 6 - General Support
Topic: Retrieving /install.img... 43% stuck
Replies: 4
Views: 1459

Retrieving /install.img... 43% stuck

Hello, i have downloaded 6.10 i386 iso (http://isoredirect.centos.org/centos/6/isos/i386/ - http://centos.mirror.constant.com/6.10/isos/i386/), Netinstall one. Then tried to let it retrieve images from centos.org or from http://centos.mirror.constant.com/6.10/os/i386/ it always get stuck on 43%: Ret...
by postcd
2019/08/14 15:24:36
Forum: CentOS 6 - General Support
Topic: CentOS 6 - Warning: Group development-tools does not exist.
Replies: 5
Views: 6251

Re: CentOS 6 - Warning: Group development-tools does not exist.

yes, that worked.

yum remove systemtap-runtime

Code: Select all

Removed:
systemtap-runtime.x86_64 0:2.9-7.el6
systemtap-runtime.x86_64 0:2.9-9.el6                                                                 
yum groupinstall development
then succeeded.

Thank you! :idea:
by postcd
2019/08/14 14:12:08
Forum: CentOS 6 - General Support
Topic: CentOS 6 - Warning: Group development-tools does not exist.
Replies: 5
Views: 6251

Re: CentOS 6 - Warning: Group development-tools does not exist.

Hello both and thanks for the reply. I tried: # yum groupinstall "Development tools" That ended in error: Transaction Check Error: file /usr/share/man/man7/stappaths.7.gz from install of systemtap-devel-2.9-9.el6.x86_64 conflicts with file from package systemtap-runtime-2.9-7.el6.x86_64 file /usr/sh...
by postcd
2019/08/10 12:04:19
Forum: CentOS 6 - General Support
Topic: CentOS 6 - Warning: Group development-tools does not exist.
Replies: 5
Views: 6251

CentOS 6 - Warning: Group development-tools does not exist.

OS: CentOS 6.10 64bit Tried commands: yum install @development-tools yum groupinstall development-tools Result: Warning: Group development-tools does not exist. There are base, extras, updates and bootstrap EPEL repos This is a few years old server, maybe not all updates are there. I want to ask for...
by postcd
2019/03/29 17:11:20
Forum: CentOS 6 - Software Support
Topic: How to fix damaged system by removing glibc-2.12-1.212.el6.x86_64?
Replies: 5
Views: 5515

Re: How to fix damaged system by removing glibc-2.12-1.212.el6.x86_64?

i thought i can also try to copy other system directory files, but i did not know which (if anyone know, let me know). i ended up restory my snapshot backup 1 month old, i still have this corrupted snapshot if anyone will get idea on what can fix the issue. Or if you know a command to compare certai...
by postcd
2019/03/29 13:45:04
Forum: CentOS 6 - Software Support
Topic: How to fix damaged system by removing glibc-2.12-1.212.el6.x86_64?
Replies: 5
Views: 5515

Re: How to fix damaged system by removing glibc-2.12-1.212.el6.x86_64?

> "rpm -ql glibc" on a working system i did it and it returned 672 files so i pasted these into a file and ran command that will copy files from a working system to damaged: for file in $(cat libgcfiles);do echo "cp -np /vz/private/4640$file /vz/private/1120/";done that shown all the commands i am l...