Displaying 20 results from an estimated 10000 matches similar to: "Systemd persistent change to service file"
2015 Aug 17
2
persistent change of max_stack_depth
Hi All,
>>>>> Could anybody point me in the right direction for setting the kernel
>>>>> parameter, max_stack_depth, to 10240 for database tuning?
>>>>>
>>>>> I have currently set it by running 'ulimit -s 10240' but this does not
>>>>> survive a reboot.
>>>>>
>>>>>
>>>>
2015 Aug 17
2
persistent change of max_stack_depth
Hi Jason,
On 14/08/15 16:45, Jason Warr wrote:
> On Fri, 2015-08-14 at 16:31 +0100, Michael H wrote:
>> Hi Thomas,
>>
>>
>>> Could anybody point me in the right direction for setting the kernel
>>> parameter, max_stack_depth, to 10240 for database tuning?
>>>
>>> I have currently set it by running 'ulimit -s 10240' but this does not
2015 Aug 17
0
persistent change of max_stack_depth
On 08/17/2015 03:34 AM, Michael H wrote:
> the [Service] section -
> [Service]
> LimitSTACK=12288
...
> By the errors I will assume that it should be in the [Service] section.
> I couldn't find confirmation of this online...
Yes, it belongs in the [Service] section.
$ man systemd.exec
...
"The execution specific configuration options are configured in the
[Service],
2015 Aug 17
0
persistent change of max_stack_depth
Just a quick addition -
On 17/08/15 08:40, Michael H wrote:
> Hi Jason,
>
> On 14/08/15 16:45, Jason Warr wrote:
>> On Fri, 2015-08-14 at 16:31 +0100, Michael H wrote:
>>> Hi Thomas,
>>>
>>>
>>>> Could anybody point me in the right direction for setting the kernel
>>>> parameter, max_stack_depth, to 10240 for database tuning?
2015 Aug 14
4
persistent change of max_stack_depth
Hi Thomas,
> Could anybody point me in the right direction for setting the kernel
> parameter, max_stack_depth, to 10240 for database tuning?
>
> I have currently set it by running 'ulimit -s 10240' but this does not
> survive a reboot.
>
>
Thanks for the response, I've been nosing around that file recently but
noted the first two lines;
#This file sets the
2015 Aug 14
2
persistent change of max_stack_depth
On Aug 14, 2015 08:45, Jason Warr <jason at warr.net> wrote:
>
> On Fri, 2015-08-14 at 16:31 +0100, Michael H wrote:
> > Hi Thomas,
> >
> >
> > > Could anybody point me in the right direction for setting the kernel
> > > parameter, max_stack_depth, to 10240 for database tuning?
> > >
> > > I have currently set it by running
2016 Feb 17
2
New glibc for CentOS-6 and CentOS-7 and CVE-2015-7547
On 17/02/16 14:44, Johnny Hughes wrote:
> On 02/17/2016 08:39 AM, Johnny Hughes wrote:
>> On 02/17/2016 08:10 AM, Michael H wrote:
>>>> The easy answer is yes .. glibc requires so many things to be restarted,
>>>> that is the best bet. Or certainly the easiest.
>>>>
>>>> Note: in CentOS 7, there is also a kernel update which is rated as
2007 Dec 21
4
4.6 update overwrote my /usr/lib/python2.3/site.py file
We had some custom additions to our site.py file for a third party
application. 'yum update' to 4.6 overwrote the file with no backup or
warning. Not hard to repair, but it did have me worried there for a
few minutes when the application failed to start.
Is this a python issue, an upstream issue or a CentOS issue? Can
something be done about it going forward?
Jeff
2008 Jul 27
7
Now you did it Olly
Oh, Boy. I am in trouble now....
I just installed Centos on a USB drive on my corp notebook. To not
TOUCH my corp drive.
I spent time with the drive partitioner to make sure that nothing was
done to the internal hard drive...
Well I missed something and I overwrote the encrypted bootloader on the
hard drive.
Now what? Can I rescue things?
I am leaving for my flight in a couple hours to
2007 Feb 27
2
Saving Dialplan in CLI
Is there anyway to unset the extensions.conf definition of
writeprotect=yes while in the CLI interface (or by other mechanism) to
enable the dialplan save command? I accidentally overwrote my
extensions.conf but still have a running copy of asterisk with the old
dial plan running in memory. while it would not be difficult for me to
rebuild what I lost - it would be easier if I could just save
2004 Aug 16
2
Password Syncing
Hello,
Is there a way to sync the Unix password database with Samba's
database? I know that Samba is able to update the Unix database if a
user changes their password via smbpasswd, but what if a user changes
their Unix password with passwd?
I looked into libpam-smbpass, but it didn't seem to work; the
documentation was rather sparse, so I just overwrote my
/etc/pam.d/samba with the
2009 Jan 23
2
[LLVMdev] Can TargetInstrInfo::storeRegToStackSlot use temp/virtual regs?
Hi,
I'm implementing storeRegToStackSlot() and, in order to store some specific registers (floating point regs and address regs) I've to copy them to more standard regs and copy these last ones to the slot.
I tried to generate instructions that use physical registers, but by doing that I overwrote registers already assigned by the register allocator.
Is it possible to use virtual registers
2000 Oct 13
2
Cautionary tale about c (PR#695)
This situation arose in a computer practical this morning. A
student overwrote "c" with a function. This messes up lots of
things, but it is difficult to remove the function "c" from the
global environment because it is used as a function in both "rm"
and "remove". [The solution was to reassign "c" as a number, and
then remove it.] Would it be
2015 Dec 10
5
USB devices - libgphoto2 - PTP - hplip
Hi,
Posting this again as it has been drowned. can anybody assist?
------------------------------------------------------------------
Hi All,
I'm trying to disable USB storage devices in Centos7.1.1503.
I've setup udev rules to block all usb devices and then additional rules
to allow specific vendors / products to be used (mainly keyboards and
mice). This is all working perfectly.
2015 Dec 10
2
USB devices - libgphoto2 - PTP - hplip
On 10/12/15 10:02, Leon Fauster wrote:
> Am 10.12.2015 um 09:37 schrieb Michael H <michael at wemoto.com>:
>>
>> I'm trying to disable USB storage devices in Centos7.1.1503.
>
> on EL6 we use:
>
> # cat /etc/modprobe.d/usb-disabled.conf
> install usb-storage /bin/true
>
> # depmod -a
I've achieved disabling USB devices and then allowing
2006 Apr 04
3
small question about the relevance of the "database schema has changed"
I have developed 3 small applications using rails (nothing production
worthy, just some small stuff "prototype" style). And I often end up
changing my database scheme in the middle of development. I also use
"script/generate scaffold" (this is somehow relevant to my question).
Whenever I change my database schema I end up having to regenerate the
scaffold. In the past this
2016 Jan 29
3
Apache doesn't display "It works page" under CentOS 7
On Fri, Jan 29, 2016 at 11:48 AM, Michael H <michael at wemoto.com> wrote:
> Selinux has been around for a while.
>
Yes, I know this but ...
>
> setsebool - set selinux boolean
>
What I am asking is if the command above is part of SELinux since I doesn't
use before because it's a VM running on my PC so I not need such security
levels.
>
> You should
2019 Jan 09
1
systemd
On 01/09/2019 11:36 AM, Jonathan Billings wrote:
> On Wed, Jan 09, 2019 at 10:43:38AM -0500, Steve Clark wrote:
>> I am trying to understand what After= means in a unit file. Does it
>> mean after the specified target is up and operational or only that
>> the target has been started?
>>
>> I have something that needs postgres but postgres needs to be
>>
2008 Feb 21
2
Problems with aggregate
Hello list,
I'm new to this list, so please forgive my ignorance. I have searched
R-help for some hints into what might be my problem, but I truly have no
idea where to go from here.
I have an object of approximately 15,000 rows and 2 columns. There are
many duplicates in the first column, all with different corresponding
values in the second column. For example (2 is duplicated):
2006 Jan 20
1
Help with test configuration
Thanks in advance for reading this, double thanks for a response, triple
for something that works.
I need a way to separate some environment variables for my development
rails app and for testing my rails app. I have a few environment.rb
constants set, but when I put them into the config/environment/test.rb
file as constants to override the environment.rb constants, i get an
error that says the