Displaying 20 results from an estimated 43 matches for "riskanalyt".
2017 Sep 19
6
update to 7.4
I was doing an update to 7.4 and somewhere in middle the machine died.
If I drop back to a previous kernel the machine is alive. So how do I say
"forget the previous yum update" and start all over and do it again.
Booting into the new kernel I get a kernel fault. So going back one level
on teh boot screen solves that - I just need to start the update again. How
is that?
Thanks,
Jerry
2019 Sep 25
5
CentOS 8.0 1905 is now available for download
On Wed, Sep 25, 2019 at 12:01 PM ?ukasz Posadowski <mail at lukaszposadowski.pl>
wrote:
> I'm trying it right now. I pleasantly discover PHP 7.2 with fpm and
> Python 3.6, which is exactly what I installed from 3rd party
> repositories in Centos 7 on my vps. I will test upgrade from C7 to
> disable epel and webtatic.
Did you try SCL instead of directly installing packages
2019 Sep 27
2
CentOS 8.0 1905 is now available for download
What does vga=819 and vga=319 mean?
On Wed, 25 Sep 2019 at 01:54, Jon Pruente <jpruente at riskanalytics.com> wrote:
>
> On Tue, Sep 24, 2019 at 6:53 AM Randal, Phil <phil.randal at hoopleltd.co.uk>
> wrote:
>
> > Workaround is to select the install option, hit the tab key, and append
> > vga=819 and hit F10, which starts the graphical installer on a larger
> >...
2014 Feb 20
2
Growing HW RAID arrays, Online
...:2\:0/block\:sdc/size
8189440000
[root at host lib]# cat /sys/bus/scsi/devices/0\:2\:2\:0/block\:sdc/sdc1/size
7019519933
# I bet the above 7billion will be around 8billion at the next reboot.
(Each physical disk has about a billion sectors
--
Billy Crook * Network and Security Administrator * RiskAnalytics, LLC
2018 Jul 27
2
Finding memory usage
On 7/27/2018 11:14 AM, Jon Pruente wrote:
> On Fri, Jul 27, 2018, 10:10 AM Bowie Bailey <Bowie_Bailey at buc.com> wrote:
>
>> I have a CentOS 7 server that is running out of memory and I can't
>> figure out why.
>> <snip>
>> The problem is that I can't find 2.4G of usage. If I look at resident
>> memory usage using "top", the top 5
2019 Sep 26
0
CentOS 8.0 1905 is now available for download
Data Wed, 25 Sep 2019 12:36:31 -0500
Jon Pruente <jpruente at riskanalytics.com> napisa?(a):
> On Wed, Sep 25, 2019 at 12:01 PM ?ukasz Posadowski
> <mail at lukaszposadowski.pl> wrote:
>
> > I'm trying it right now. I pleasantly discover PHP 7.2 with fpm and
> > Python 3.6, which is exactly what I installed from 3rd party
> > re...
2019 Sep 27
0
CentOS 8.0 1905 is now available for download
What is SCL?
On Thu, 26 Sep 2019 at 01:37, Jon Pruente <jpruente at riskanalytics.com> wrote:
>
> On Wed, Sep 25, 2019 at 12:01 PM ?ukasz Posadowski <mail at lukaszposadowski.pl>
> wrote:
>
> > I'm trying it right now. I pleasantly discover PHP 7.2 with fpm and
> > Python 3.6, which is exactly what I installed from 3rd party
> > repo...
2013 Sep 30
1
SysRq over usb serial adapters
...nly see the
letter m on my shell.
I'm using 115200, 8N1, VT102. I can echo m > /proc/sysctl-trigger,
and dmesg shows that the sysrq was received when initiated via the
procfs interface. But not over serial, and that's what I need.
--
Billy Crook ? Network and Security Administrator ? RiskAnalytics, LLC
2013 Oct 01
2
Partitionable Raid
Hi,
After reading the tutorial at
http://wiki.centos.org/HowTos/Install_On_Partitionable_RAID1 I have the
following question:
What should I put instead of
splashimage=(hd0,0)/grub/splash.xpm.gz
and
root (hd0,0)
on /etc/grub.conf? Should I leave those lines untouched? If so, how would
grub know where to boot from if /dev/sda fails?
Or I would need to swap the drives in order to boot
2014 Feb 03
1
what is difference between ifconfig and ifup?
I and testing command line to up and down ethernet connection.
if I perform following, client can not re-connect.
????? ifconfig eth0 down
????? ifconfig eth0 up
if I use following, client can re-connect:
????? ifconfig eth0 down
????? ifup eth0
What difference between "ifconfig up" and "ifup"?
thanks.
2014 May 20
4
Disable login at boot
Hi folks,
Can anyone tell me the file / edit location to disable the
login/password prompt at boot? We are configuring some machines to be
administered remotely and headless.
Thanks,
KC
2014 Feb 20
2
Monitor Wireless Networks OT
On Thu, Feb 20, 2014 at 9:39 AM, Joseph Hesse <joehesse at gmail.com> wrote:
> Hi,
> I am having interference with my neighbouring wireless networks.
> Is there a linux tool that enables me to monitor the ESSID, channel,
> power output and other information for neighbouring wireless networks?
> I am especially interested in the channel so I can choose a different one.
>
2014 Apr 15
1
CentOS 5/6 random system freezes
I am working on high load daemon development, which listens on UDP and
processes packets. Last few months I noticed some strange issue when it
takes 500-700 ms to answer packet, while usually it takes 20 ms. I've run
strace on all daemon processes and found this thing:
13:35:36.979887 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2309,
...}) = 0
13:35:36.979944 write(3,
2013 Oct 01
2
CIFS Share with encrypted credentials
Hi,
I have a CIFS share that I mount on a CentOS6.4.
Currently I am keeping the password in a regular hidden file, for
example /test/.cred with the username and password.
the /etc/fstab directive points to that file.
for example:
//10.0.0.1/share /mnt cifs
defaults,credentials=/test/.cred
Since this file is readable by the root user, I figured if there might
be a way to
2018 Jun 27
1
Semi-OT: ipmitool or ipmicfg: set BMC to use NIC 2
> Date: Tue, 26 Jun 2018 16:50:55 -0500
> From: Jon Pruente <jpruente at riskanalytics.com>
>
> On Tue, Jun 26, 2018 at 4:10 PM, mark <m.roth at 5-cent.us> wrote:
>> So you're saying I should set the MAC address for the lan channel 1 to
>> the MAC address of the second NIC?
>
> No, you don't do anything to the MAC addresses on the BMC/IPMI...
2019 Sep 27
0
CentOS 8.0 1905 is now available for download
...0 1905 is now available for download
CAUTION: This email originated from outside of the organisation. Do not click links or open attachments unless you recognise the sender and know the content is safe.
What does vga=819 and vga=319 mean?
On Wed, 25 Sep 2019 at 01:54, Jon Pruente <jpruente at riskanalytics.com> wrote:
>
> On Tue, Sep 24, 2019 at 6:53 AM Randal, Phil
> <phil.randal at hoopleltd.co.uk>
> wrote:
>
> > Workaround is to select the install option, hit the tab key, and
> > append
> > vga=819 and hit F10, which starts the graphical installer on a...
2018 Jun 26
3
Semi-OT: ipmitool or ipmicfg: set BMC to use NIC 2
The man page isn't helping, nor have I been able to find examples that work.
For example, the man page claims I can do ipmitool lan get active, and I
try, and it says, "invaling lan command, get".
Do I set the MAC address for the lan to NIC 2? Anyone have a clue - I do
*not* want martians on the real network.
mark
2019 Sep 27
2
CentOS 8.0 1905 is now available for download
What are orphaned packages?
On Thu, 26 Sep 2019 at 20:02, ?ukasz Posadowski
<mail at lukaszposadowski.pl> wrote:
>
> Data Wed, 25 Sep 2019 12:36:31 -0500
> Jon Pruente <jpruente at riskanalytics.com> napisa?(a):
>
> > On Wed, Sep 25, 2019 at 12:01 PM ?ukasz Posadowski
> > <mail at lukaszposadowski.pl> wrote:
> >
> > > I'm trying it right now. I pleasantly discover PHP 7.2 with fpm and
> > > Python 3.6, which is exactly what I installed...
2014 Feb 10
3
[OT] Video card radiator
I recently obtained a desktop computer with an nVidia video card:
from lspci:
02:00.0 VGA compatible controller: nVidia Corporation G84 [GeForce 8600 GT] (rev a1
I had to open the case to connect the DVD
drive and saw what appears to be a fallen radiator:
http://www.cs.ndsu.nodak.edu/~hennebry/computer/amd64-1.jpg
http://www.cs.ndsu.nodak.edu/~hennebry/computer/amd64-2.jpg
That nothing is shorted
2013 Nov 01
3
read-only file system when trying to save files
I have installed emacs with yum and now I'm trying to create a .emacs file
and put some commands in it, but I can't type anything in the emacs
buffer. It says the buffer is read-only. I exited emacs and did touch
.emacs and I get a message that it can't do that on a read-only file
system. I googled around to see why this might be, but I can't see any
links on this. Any tips why