Displaying 20 results from an estimated 2000 matches similar to: "LUKS layer / best practice"
2020 Jun 16
1
LUKS layer / best practice
Also, if you want to use deduplication (via VDO) then you must
remember to "dedupe then encrypt"
Storage > LUKS > VDO > LVM
old but good reference to: https://access.redhat.com/articles/2106521
On Tue, Jun 16, 2020 at 3:00 PM Jason Edgecombe <jwedgeco at uncc.edu> wrote:
>
> I recommend having LUKS be "under" LVM. the layers would be:
> /dev/sda ->
2017 Mar 10
1
polkit helper timeout and defunct pkla-check-authorization processes on CentOS 7.3
Hi everyone,
We seem to be having issues on multiple CentOS 7.3 machines. The problem
seems to revolve around polkitd. At some random time, polkitd seems to stop
responding on my systems. Along with this, there might be hundreds of
defunct pkla-check-authorization processes. If I reboot, then things are
fine for a while.
I don't see any activity in the unabridged journal to suggest anything
2017 Oct 30
2
R: dplyr, doBy, and ggplot2 in CentOS7
On Mon, Oct 30, 2017 at 10:56 AM Tony Schreiner <anthony.schreiner at bc.edu>
wrote:
> On Mon, Oct 30, 2017 at 10:27 AM, Larry Martell <larry.martell at gmail.com>
> wrote:
>
> > I have a R script that I am running from python with rpy2. On a debian
> > system I run this:
> >
> > apt-get install R-cran-ggplot2 R-cran-caret
> >
> > And the
2018 Dec 04
2
Update failure: Mate requires libgtop-2.0.so.10
> Date: Monday, December 03, 2018 20:41:20 -0600
> From: Frank Cox <theatre at sasktel.net>
>
> I just tried updating this laptop to the shiny new Centos version
> and it appears that Mate doesn't like the new version of libgtop,
> as you can see here:
>
> Error: Package: marco-1.16.1-3.el7.x86_64 (@epel)
> Requires: libgtop-2.0.so.10()(64bit)
>
2020 Jul 10
5
CentOS 7 rsyslog and ELK
I asked a similar question about a year ago and didn't get any answers.
So I thought I'd try again.
What do people do to get their syslog messages on CentOS 7 into a
remote ELK stack. I've tried lots of things involving rsyslog,
filebeat, redis, logstash and so on in lots of different configurations
but nothing really works.
I can get rsyslog to talk directly to logstash (acting as
2020 May 13
2
CentOS 7 - xfs shrink & expand
I'll try that...I was using instructions I found on the internet for
single-user/maintenance mode.?? From the grub screen you enter 'e' and
modify the linux16 line...etc.
Okay, I'll try that next.
Thanks Simon!
On 5/13/2020 7:28 AM, Simon Matter via CentOS wrote:
> Hi,
>
>> Yeah, I tried that but ran into a problem.? It came up fine in
>>
2020 Jun 16
0
LUKS layer / best practice
I recommend having LUKS be "under" LVM. the layers would be:
/dev/sda -> partition (/dev/sda1) -> LUKS (/dev/sda1_crypt) -> LVM physical
volume -> volume group -> logical volume -> filesystem
The layers described above are how the Ubuntu installer sets up an
encrypted LVM filesystem. As far as I know, TRIM is passed through LUKS and
the LVM layers if it's available
2021 Jan 29
6
Intel/64 CentOS VM running on a Mac M1?
My Dell Precision M3800 running Fedora works great but is really starting to
show its age, and I'm thinking about getting a new Mac M1-based laptop as it
would really be useful for Video production.
But I really need to have a IA64 CentOS 7/8 VMs running locally for
development as I'm often on the road and flaky Internet makes it a necessity to
keep productivity up. I've been
2016 Jul 15
0
PolicyKit calls fail from rtkit-daemon
Hi everyone,
I'm having some odd system behavior on two CentOS 7 machines. I suspect
that the trouble is related to polkitd and dbus I think that the following
error message is a key clue, but I'm not sure how to continue
troubleshooting it:.
--------------------------begin log-----------------------
Jul 15 10:00:27 localhost rtkit-daemon[1609]: Warning: PolicyKit call
failed: Did not
2017 Oct 30
0
R: dplyr, doBy, and ggplot2 in CentOS7
You can install any R packages from CRAN using the ?"install.packages()"
command form within R itself. This will download, compile, and install the
packages into your personal user account. you might need to install some
supporting *-devel RPM packages via "yum", but otherwise, it should work.
---------------------------------------------------------------------------
Jason
2018 Dec 04
0
Update failure: Mate requires libgtop-2.0.so.10
In addition, there is a bugzilla report for this:
https://bugzilla.redhat.com/show_bug.cgi?id=1644519
---------------------------------------------------------------------------
Jason Edgecombe | Linux Administrator
UNC Charlotte | The William States Lee College of Engineering
9201 University City Blvd. | Charlotte, NC 28223-0001
Phone: 704-687-1943
jwedgeco at uncc.edu | http://engr.uncc.edu |
2020 Jul 10
0
CentOS 7 rsyslog and ELK
I don't use ELK at the moment, but is this helpful?
% journalctl -f --output=json
The above command prints the continuous output of the systemd journal in
json format.
Jason
---------------------------------------------------------------------------
Jason Edgecombe | Linux Administrator
UNC Charlotte | Office of OneIT
9201 University City Blvd. | Charlotte, NC 28223-0001
Phone:
2018 Jan 02
0
DHCP timeout and mysteriously dropping IP address
Hi everyone,
I'me having trouble with a CentOS 7 guest running on a Hyper-V host. For
some reason, the CentOS guest randomly drops its IP address. Running
"systemctl restart NetworkManager" on the console will restore IP
connectivity without a reboot. I think that DHCP is timing out, but I'm not
sure what to do about it. Is there a way to tell NetworkManager to keep
trying after
2002 Apr 22
1
Goodness-of-fit
Hi,
I want to perform goodness of fit test for multinominal distribution. The
easiest way would be to use Chi2, but the measurment errors are not
normally distributed. I thought about using some bootstraping method to
perform the analysis. How can I do it in R?
Tomek
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2000 Dec 22
2
factor analysis
I have put a preliminary version of factanal in a package at
http://www.stat.ox.ac.uk/pub/R/fa_0.1-1.tar.gz
and would appreciate feedback. In particular
1) What else you might want. Please give precise references with
algorithmic details, as that has been a major problem for me.
2) Some convincing examples of factor analysis. Most (literally) of the
ones I have looked at are local maxima, not
2001 Aug 08
1
Package for variable clustering
Dear R users:
is there a package, similar to varclus in SAS or varclus in S, ported or
written for R? Also, is there any other package in R that was designed
for
grouping the variables under different measures of distance (in cases
where data is non-Gaussian, autocorrelated, and so on).
Janusz.
--
** Janusz Kawczak **
** UNC at Charlotte,
2020 May 03
2
Understanding VDO vs ZFS
sorry corrections:
For this test I created a 40GB lvm volume group with /dev/sdb and /dev/sdc
then a 40GB LV
then a 60GB VDO vol (for testing purposes)
vdostats --verbose /dev/mapper/vdoas | grep -B6 'saving percent'
output from just created vdoas
[root at localhost ~]# vdostats --verbose /dev/mapper/vdoas | grep -B6 'saving
percent'
physical blocks : 10483712
2001 Nov 28
2
Why are looping variables not local?
Hello,
I've had a quick look on the list and can't find an answer to this niggle.
Whilst debugging some code, I noticed that looping variables in R are not
local to the loop as seams common in procedural languages.
For example consider the following piece of code:
for(i in 1:3){
cat(i,"")
for(i in c("a","b","c")){
cat(i,"")
2020 May 03
9
Understanding VDO vs ZFS
Folks
I'm looking for a solution for backups because ZFS has failed on me
too many times. In my environment, I have a large amount of data
(around 2tb) that I periodically back up. I keep the last 5
"snapshots". I use rsync so that when I overwrite the oldest backup,
most of the data is already there and the backup completes quickly,
because only a small number of files have
2018 Sep 03
1
VDO killed my server
Folks
I was impressed with the description of VDO (Virtual Device
Optimizer?) in the RedHat documentaion, so much that I tried to use
it. The tutorials led me to a few commands. I built a VDO device on
top of two USB disks which I made into a Logical Volume, and I was ready to go.
In my test case, I had a file set of about 600 GB. There was 5 TB of
space between the two disk LVMs. So, I