Re: [CentOS] Upcoming OwnCloud changes

2016-05-23 Thread Sorin Srbu
> -Original Message- > From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On > Behalf Of James Hogarth > Sent: den 23 maj 2016 08:54 > To: CentOS mailing list > Subject: Re: [CentOS] Upcoming OwnCloud changes > > On 23 May 2016 7:36 a.m., "Sorin Srbu" wrote: > > > > > I a

Re: [CentOS] Centos 7.2: Mount one by one (not simultaneously!) two usb disk with same label

2016-05-23 Thread Dario Lesca
Il giorno mer, 18/05/2016 alle 12.05 +0200, Dario Lesca ha scritto: > For backup, I have 2 usb disk with same label (LABEL=bove-bk) mounted > periodically one by one (not simultaneously!) in the same folder > /mnt/bove-bk/  > ... > when I unmount and unplug the first disk and I plug and mount the >

Re: [CentOS] /etc/sysconfig/iptables syntax

2016-05-23 Thread Mike
Thank you, Mr. Korren. I'll practice a few times and see if I can reproduce my original rule set. Best regards. On May 23, 2016 1:39 AM, "Barak Korren" wrote: > > > > If I'm understanding correctly, write out all rules in a bash terminal > and > > run them, and then do /usr/sbin/iptables-save --

[CentOS] CentOS 7, container question

2016-05-23 Thread m . roth
Hi, folks, We would like to run a container on a server, the reason being the COST of a Sybase license (it's by core), and what we can afford is a 4-core license. Now, the server's a nice Dell w/ 32 cores, so, ideally, what we want to do is set up containers, then, in one container, *only* have

Re: [CentOS] CentOS 7, container question

2016-05-23 Thread Frank Cox
On Mon, 23 May 2016 10:51:57 -0400 m.r...@5-cent.us wrote: >We would like to run a container on a server, the reason being the COST > of a Sybase license (it's by core), and what we can afford is a 4-core > license. Now, the server's a nice Dell w/ 32 cores, so, ideally, what > we want to do i

[CentOS] ODP: CentOS 7, container question

2016-05-23 Thread Jaroslaw Bober
https://agileek.github.io/docker/2014/08/06/docker-cpuset/ You could also try with docker. -Wiadomość oryginalna- Od: "Frank Cox" Wysłano: ‎2016-‎05-‎23 17:31 Do: "centos@centos.org" Temat: Re: [CentOS] CentOS 7, container question On Mon, 23 May 2016 10:51:57 -0400 m.r...@5-cent.us wro

Re: [CentOS] CentOS 7, container question

2016-05-23 Thread Mark Haney
I've been wracking my brain, but for the life of me can't recall the exact program name, but back when I managed a HPCC, there was a tool that would let you restrict a running process to X number of CPUs/Cores natively. I keep thinking it was MPC, but nothing googles on that. Regardless, that mig

Re: [CentOS] CentOS 7, container question

2016-05-23 Thread Barak Korren
On 23 May 2016 at 17:51, wrote: > Hi, folks, > >We would like to run a container on a server, the reason being the COST > of a Sybase license (it's by core), and what we can afford is a 4-core > license. Now, the server's a nice Dell w/ 32 cores, so, ideally, what > we want to do is set up co

Re: [CentOS] CentOS 7, container question

2016-05-23 Thread Jonathan Billings
On Mon, May 23, 2016 at 12:16:01PM -0400, Mark Haney wrote: > I've been wracking my brain, but for the life of me can't recall the exact > program name, but back when I managed a HPCC, there was a tool that would > let you restrict a running process to X number of CPUs/Cores natively. I > keep thi

Re: [CentOS] Badlock bad luck again

2016-05-23 Thread Jason Welsh
I just had an issue with automounter not being about to mount windows shares after upgrading all the rpms on some of my centos 6.x servers.. I haven't seen the fix here yet so I thought I'd throw it out there.. as a workaround edit the smb.conf file like so: [global] client use spnego = no

Re: [CentOS] CentOS 7, container question

2016-05-23 Thread m . roth
Frank Cox wrote: > On Mon, 23 May 2016 10:51:57 -0400 > m.r...@5-cent.us wrote: > >>We would like to run a container on a server, the reason being the >> COST of a Sybase license (it's by core), and what we can afford is a 4-core >> license. Now, the server's a nice Dell w/ 32 cores, so, ideall

Re: [CentOS] CentOS 7, container question

2016-05-23 Thread m . roth
Mark Haney wrote: > I've been wracking my brain, but for the life of me can't recall the exact > program name, but back when I managed a HPCC, there was a tool that would > let you restrict a running process to X number of CPUs/Cores natively. I > keep thinking it was MPC, but nothing googles on t

Re: [CentOS] CentOS 7, container question

2016-05-23 Thread Frank Cox
On Mon, 23 May 2016 14:43:31 -0400 m.r...@5-cent.us wrote: > Isn't VB a VM? Yes. -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Question on 7.2 and weird characters

2016-05-23 Thread Jerry Geis
When I run this command: rm /tmp/jerry.txt rm: remove regular file â/tmp/jerry.txtâ? I get the a with the carrot on top... How do I get back to the normal characters ? echo $TERM linux Thanks, Jerry ___ CentOS mailing list CentOS@centos.org https://l

Re: [CentOS] /etc/sysconfig/iptables syntax

2016-05-23 Thread Kenneth Porter
On 5/22/2016 9:45 PM, Eero Volotinen wrote: Firewalld is preferred way. You should learn it.. Are there any good tools for converting an iptables-save file to a Firewalld configuration? ___ CentOS mailing list CentOS@centos.org https://lists.centos

Re: [CentOS] /etc/sysconfig/iptables syntax

2016-05-23 Thread Mike
The closest thing I could find to an iptables to firewalld conversion tool was Offline Configuation. The firewall-offline-cmd command was created to help setup firewall rules when Firewalld is not running. For instance, to open the tcp port 22, you would type in the /etc/sysconfig/iptables file:

Re: [CentOS] /etc/sysconfig/iptables syntax

2016-05-23 Thread Eero Volotinen
well, no. it's a bit different animal.. Eero 2016-05-23 22:24 GMT+03:00 Kenneth Porter : > On 5/22/2016 9:45 PM, Eero Volotinen wrote: > >> Firewalld is preferred way. You should learn it.. >> > > Are there any good tools for converting an iptables-save file to a > Firewalld configuration? > > >

Re: [CentOS] /etc/sysconfig/iptables syntax

2016-05-23 Thread James Hogarth
On 23 May 2016 21:03, "Mike" <1100...@gmail.com> wrote: > > The closest thing I could find to an iptables to firewalld conversion tool > was Offline Configuation. > The firewall-offline-cmd command was created to help setup firewall rules > when Firewalld is not running. > > For instance, to open t

Re: [CentOS] /etc/sysconfig/iptables syntax

2016-05-23 Thread Mike
On Mon, May 23, 2016 at 4:10 PM, James Hogarth wrote: > > > Using DIRECT bypasses all the zone and service stuff. > > Frankly if your going to DIRECT everything then you really are better off > masking (and removing) firewalld and installing iptables-service and just > using the old traditional w

Re: [CentOS] Question on 7.2 and weird characters

2016-05-23 Thread Gordon Messmer
On 05/23/2016 12:09 PM, Jerry Geis wrote: How do I get back to the normal characters ? echo $TERM linux Are you logged in on a console, or remotely using a terminal emulator? If the latter, which one? I'd expect your TERM to be some xterm variant.

Re: [CentOS] Question on 7.2 and weird characters

2016-05-23 Thread Александр Кириллов
How do I get back to the normal characters ? Have you tried "reset"? ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos