Search found 15 matches

by espressobeanie
2017/03/17 16:12:44
Forum: CentOS 7 - Software Support
Topic: Serious issue hampering CentOS 7 installs from DVD
Replies: 2
Views: 1689

Serious issue hampering CentOS 7 installs from DVD

Hi, I'm running into this issue that I've seen duplicated. If you take the latest CentOS 7 minimal ISO, burn it to a DVD, boot up the DVD and configure the installation to use a network repository, in every single instance, the install will not complete and a bug report will come up, indicating Cent...
by espressobeanie
2017/02/22 17:55:09
Forum: CentOS 7 - General Support
Topic: Issue with CentOS 7 minimal network install [Bug?]
Replies: 1
Views: 2699

Issue with CentOS 7 minimal network install [Bug?]

Hi, I spotted an issue with performing a minimal network install from the CentOS minimal CD. It appears a bug, maybe related to NetworkManager causes all the network settings initially set at the installation phase are not taking effect and they revert back to DCHP Autodiscover. Selecting the Comput...
by espressobeanie
2016/12/31 21:34:36
Forum: CentOS 7 - General Support
Topic: Unable to view CNN Go from any browser on CentOS7
Replies: 0
Views: 487

Unable to view CNN Go from any browser on CentOS7

Hi,

I'm not able to view CNN Go from any web browser on CentOS 7 (Firefox, Chrome) with Adobe Flash installed and detectable by the browsers themselves. I followed the CNN Go Troubleshooting page, cookies allowed and accepted, nothing. I can get it working fine on Debian without any issue. Thoughts?
by espressobeanie
2016/12/13 19:59:57
Forum: CentOS 7 - Software Support
Topic: Kernel panic on Linux partition deletion in CentOS PI 2
Replies: 2
Views: 815

Re: Kernel panic on Linux partition deletion in CentOS PI 2

Hi Trevor,

Well, I didn't delete the FAT32 partition that CentOS runs on. I deleted the other partitions in order to do a partition resize after a reboot.
by espressobeanie
2016/12/13 09:18:56
Forum: CentOS 7 - Software Support
Topic: Kernel panic on Linux partition deletion in CentOS PI 2
Replies: 2
Views: 815

Kernel panic on Linux partition deletion in CentOS PI 2

Hi, I have a Raspberry PI 2 running CentOS 7 with a 64Gb MicroSDXC card attached. When I run an fdisk /dev/mmcblk0 and delete the Linux partition (not Linux swap or FAT32), a reboot throws my startup into an unresolvable kernel panic with reference to VFS. I can post the entire error message code if...
by espressobeanie
2016/11/21 21:43:39
Forum: CentOS 7 - Software Support
Topic: Easy way to install PostgreSQL 9.6 on CentOS 7?
Replies: 1
Views: 9568

Easy way to install PostgreSQL 9.6 on CentOS 7?

Hi,

I noticed PostgreSQL is up to version 9.6, but the CentOS repos only contain up to v9.2.15. Is there an easy way to setup v9.6 and load the environment variables correctly to make it work as if it was installed from the repos?

Thanks in advance!
by espressobeanie
2016/08/16 20:56:06
Forum: CentOS 7 - General Support
Topic: Logrotate not working
Replies: 1
Views: 4071

Logrotate not working

Hi, I'm not sure if this is somthing symptomatic of the Logrotate package across all Linux platforms, but I have a logrotate script that checks some log files and executes: ~/some_logfile { daily missingok compress create dateext sharedscripts prerotate pkill service postrotate ~service start mkdir ...
by espressobeanie
2016/08/10 16:09:43
Forum: CentOS 7 - Networking Support
Topic: Not getting a device interface from a Fiber card with drivers loaded
Replies: 1
Views: 2696

Not getting a device interface from a Fiber card with drivers loaded

Hi, I'm still not getting a device interface assignment from a Q-Logic ISP4232 addon card with qla2xxx drivers installed from the manufacturer's website. I know they only have RedHat drivers officially and I'm using CentOS, but even after I manage to get the drivers installed, and the device boots w...
by espressobeanie
2016/08/09 21:09:34
Forum: CentOS 7 - General Support
Topic: Running parallel using multiple lines and piped commands
Replies: 1
Views: 688

Running parallel using multiple lines and piped commands

Hi,

I have some programming syntax that goes like this:

<command> | <command> | <command>
<command> | <command>
<command> | <command>

With GNU parallel, I can run each line as a command on a separate processor. How would I run each line-separated command on separate processors?
by espressobeanie
2016/07/20 18:17:50
Forum: CentOS 7 - General Support
Topic: Issue with rsync and repo mirroring
Replies: 3
Views: 1880

Re: Issue with rsync and repo mirroring

Sure: rsync -rz --progress rsync://mirror.csclub.uwaterloo.ca/centos/os/x86_64/ /home/centosrepos/centos/7/os/x86_64/ Here are a few more: rsync -rz --progress rsync://mirror.centos.org/centos/os/x86_64/ /home/centosrepos/centos/7/os/x86_64/ rsync -rz --progress rsync://mirror.vcu.edu/centos/os/x86_...