search for: orev

Displaying 20 results from an estimated 39 matches for "orev".

Did you mean: ored
2017 Feb 28
2
Systemd debug logging turned on in CentOS 7
...than when it's off, due to systemd being systemd and now running in debug mode. Other than disk space, it would affect any central logging system you have with lots of unnecessary traffic, and would also add a lot of IO, amplified if you have many machines running on a VM host. ~ Brian Mathis @orev
2017 Apr 05
1
Timezone and date
...gt; > Communication of time values should use UTC, not a specific time > zone, unless the remote side needs to know the time zone for a > specific reason. > > To get the time in a different zone, use the TZ environment var: > TZ=UTC date > > > ~ Brian Mathis > @orev Or, if for some reason you want to pass the timezone, use the GMT offset (e.g., -0400) rather than the three-letter abbreviations that, as noted earlier, aren't unique. A better description of the context for this might also result in more focused responses.
2012 Dec 21
2
how to recode an ordered factor
Dear R helpers, I'm trying to recode an ordered factor to reverse its scale, but I can't figure out how to make it. I am using the Recode function provided by the Car package. I've created an ordered variable: data$o.var1 <- ordered(data$var1, levels=c(1,2,3,4), labels =c("very satisfied", "fairly satisfied", "not very satisfied", "not at all
2015 Mar 05
5
grsync for centos 7
Hello. I think it is just too easy to make mistakes with rsync. And getting it "almost correct" can really get you hurt. So I would like to learn with Grsync. But, Grsync does not seem to be in the centos 7 or EPEL 7 repositories (although it may have been around as late as centos 6). Is it now in any "reputable" repositories? If not, has anyone installed it from source
2016 Oct 21
3
photos on iPhone 6
...suing takedown notices for any app using it (so VLC doesn't support it). Otherwise VLC can handle any video format (the days of having to use a special profile just for an iPhone or iPad are long gone). You can then copy the videos directly into VLC using iTunes file sharing. ~ Brian Mathis @orev On Thu, Oct 20, 2016 at 7:22 PM, Scott Robbins <scottro11 at gmail.com> wrote: > On Thu, Oct 20, 2016 at 05:11:51PM -0400, m.roth at 5-cent.us wrote: > > Bowie Bailey wrote: > > > > There's also MTP packages, that can speak directly. That's what I > > ins...
2017 Apr 05
7
Timezone and date
When I do the date +%Z I get the timezone. Which currently is EDT. I am sending information to another system, that says EDT is not a valid timezone. I have no way to modify the other system. My question is - is there a way to get the non-day-lite savings time zone ? For example EST is valid - EDT is not. Just curious if there is an easy way already present to get a standard time zone. Thanks,
2014 Dec 19
0
Asymmetric encryption for very large tar file
...> > > Will GPG use the intel aes hardware acceleration - in the version > available for Centos5? > > -- > Les Mikesell > It doesn't appear to be available for any program running on CentOS 5. https://www.centos.org/forums/viewtopic.php?t=17713 ? Brian Mathis @orev
2015 Feb 25
0
Easy way to strip down CentOS?
...ct* system as it was. Linux packages aren't completely self contained like that, and have the potential to make other changes to the system, so it's not a completely clean rollback. At minimum, you'd have rpmsave files laying around, probably empty directories, etc... ? Brian Mathis @orev
2015 Mar 03
0
selinux allow FTP
...dea of what is failing, and also the 'audit2why' and 'audit2allow' commands can help to suggest what selinux settings need to be changed or are getting in the way. P.S. FTP is not secure, so you should try to use SFTP if you are able to influence the requirements. ? Brian Mathis @orev
2015 Jul 06
0
ntpd new version
RedHat/CentOS does not upgrade packages based on version numbers. Please read https://access.redhat.com/security/updates/backporting Understanding this is essential to running a RedHat/CentOS server. ? Brian Mathis @orev On Mon, Jul 6, 2015 at 7:04 AM, Vijendra Agarwal (vijagarw) < vijagarw at cisco.com> wrote: > Hi All, > Currently CentOS site contains the below version of ntpd. > ntp-4.2.6p5-3.el6.centos.x86_64.rpm< > http://mirror.centos.org/centos/6.6/updates/x86_64/Packages/ntp-4.2.6p5-...
2016 Oct 21
0
photos on iPhone 6
...using it (so VLC > doesn't support it). Otherwise VLC can handle any video format (the days > of having to use a special profile just for an iPhone or iPad are long > gone). You can then copy the videos directly into VLC using iTunes file > sharing. > > ~ Brian Mathis > @orev > > > On Thu, Oct 20, 2016 at 7:22 PM, Scott Robbins <scottro11 at gmail.com> > wrote: > >> On Thu, Oct 20, 2016 at 05:11:51PM -0400, m.roth at 5-cent.us wrote: >> > Bowie Bailey wrote: >> > >> > There's also MTP packages, that can speak dir...
2017 Feb 28
0
Systemd debug logging turned on in CentOS 7
...systemd being systemd and now running in debug mode. > Other than disk space, it would affect any central logging system you have > with lots of unnecessary traffic, and would also add a lot of IO, amplified > if you have many machines running on a VM host. > > ~ Brian Mathis > @orev Just to put the record straight; it's not related to kernel debugging being enabled or not. It's systemd debugging that is being turned on for all menu entries, kernel debug or not. Anyway, I think I have found a pattern. Only those machines that were updated from 7.2 to 7.3 using the CR...
2017 Apr 05
0
Timezone and date
...he other end not supported EDT. > > Jerry > Communication of time values should use UTC, not a specific time zone, unless the remote side needs to know the time zone for a specific reason. To get the time in a different zone, use the TZ environment var: TZ=UTC date ~ Brian Mathis @orev
2017 Apr 05
2
CentOS 7, systemd,, and message floods
I've just updated a couple of servers, latest 7.3, and systemd is flooding dmesg, journalctl with info level messages... or maybe debug level 1. Examples: [ 478.258571] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/httpd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=436 reply_cookie=0 error=n/a [
2017 Apr 05
0
CentOS 7, systemd,, and message floods
...> mark > if grep -q debug /proc/cmdline; then echo "Kernel and systemd debugging was enabled as part of an errant script during the yum update" echo "See https://bugs.centos.org/view.php?id=12425 and https://wiki.centos.org/HowTos/Grub2" fi ~ Brian Mathis @orev
2017 Dec 02
0
Apache and web content permissions
You could write a script to open the permissions, apply updates using something like http://wp-cli.org/, then close the permissions again. Run it through cron so you get updates in a timely manner. ~ Brian Mathis @orev On Sat, Dec 2, 2017 at 8:27 AM, Nicolas Kovacs <info at microlinux.fr> wrote: > Le 02/12/2017 ? 14:19, Leon Fauster a ?crit : > > I would build a rpm package of wordpress (everything can be defined > > there like permissions etc) > > The initial question was: WHAT permi...
2014 Dec 19
2
Asymmetric encryption for very large tar file
On Fri, Dec 19, 2014 at 2:40 PM, Brian Mathis <brian.mathis+centos at betteradmin.com> wrote: > > > GPG is really what you want to be using for this. OpenSSL is a general > toolkit that provide a lot of good functions, but you need to cobble some > things together yourself. GPG is meant to handle all of the other parts of > dealing with files. > > I will expand on
2018 Jun 23
0
reference page for Apache test page & the project
...der, and then ALL of the text "About CentOS" and below. I understand the intention of trying to help users and admins, but it clearly isn't. As we have seen in the past, this page causes well-known problems, and afaik provides almost no benefit so should be removed. ~ Brian Mathis @orev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20180623/6ae4e850/attachment-0002.html>
2015 Feb 12
0
Thread moderation and list etiquette (Reference - Another Fedora Decision)
...uch I can do as far as helping out with builds, testing, etc... so the main thing I can contribute is help and (hopefully) thoughtful discussion on the list. The current environment discourages me from that, so I tend to ignore most messages and turn my attention to other things. ? Brian Mathis @orev On Wed, Feb 11, 2015 at 11:07 AM, Jim Perrin <jperrin at centos.org> wrote: > Hi, > > The thread titled "Another Fedora Decision" is rapidly turning into a > political and opinion driven flame fest that is unsuited for the CentOS > mailing list. This list should tr...
2014 Dec 19
0
Asymmetric encryption for very large tar file
...data, and also has a lot of limitations. The correct way to handle this is to create a symmetric key and use that to encrypt the data, then use asymmetric encryption to encrypt only the symmetric key. GPG takes care of this all internally, so that's what you should be using. ? Brian Mathis @orev