similar to: 200 line kernel patch to improve performance

Displaying 20 results from an estimated 20000 matches similar to: "200 line kernel patch to improve performance"

2010 Aug 22
1
Question about RVM installation; where to find .bashrc and/or .bash_profile files?
Hi-- Have just installed downloaded and installed RVM from Github and got this message after download: You must now finish the install manually: 1) Place the folowing line at the end of your shell''s loading files(.bashrc or .bash_profile for bash and .zshrc for zsh), after all path/variable settings: [[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm Please
2011 Jan 13
3
/etc/bashrc causing probs..
Hello,i've appended the below to /etc/bashrc, which is causing an error once i try to rsync using ssh to this specific box.any idea how to prevent bashrc to execute the below to a no login shell ? or any other advice for that matter. if [ $(id -u) -eq 0 ];then # you are rootecho "###############################################"echo "### You are now working as ROOT.
2008 Mar 04
0
No value for $TERM and no -T specified
I just customized my prompt with a PS1= variable. Since updating my .bashrc this way, when I try to run commands remotely with ssh I get this: **************************************** [scarolan at kalki:~]$ ssh server pwd No value for $TERM and no -T specified/home/scarolan No value for $TERM and no -T specified **************************************** Anyone know why this is happening?
2012 Mar 15
3
Problem with stored configs / Invalid unicode escaping
Hello, i have a problem with stored configs since the migration from "sqlite" to "postgresql". dho@appelbaum:~$ sudo puppetd --test --verbose info: Retrieving plugin info: Loading facts in disks info: Loading facts in users info: Loading facts in mountpoints info: Loading facts in disks info: Loading facts in users info: Loading facts in mountpoints err: Could not retrieve
2009 Oct 15
3
continuing issues with %post
Hello, I'm trying to do an unattended CentOS 5.3 install. For the most part it's working. As of right now i'm statically assigning the machine an IP which i believe will allow %post to resolve names? I also like knowing where the box will show up. I am however having a few issues and I'm probably thinking to complicated on them. My first one is the fact that updates aren't
2011 Apr 19
4
/etc/bashrc help!
Dear all, i've appended the below to /etc/bashrc it works like a charm with ssh connections though SFTP sessions fail since the below is being sent to the intiator. any way of limiting the below to none sftp sessions? or any other idea for it to work? # If id command returns zero, you?ve root access. if [ $(id -u) -eq 0 ]; then # you are root, set red colour prompt echo
2019 Jan 04
2
Docker on Centos 7
On 1/4/19 8:22 AM, Daniel Walsh wrote: > On 1/3/19 10:19 PM, H wrote: >> I recently updated docker to version 18.09 and I seem to have lost the container id in the command prompt when I exec into a running container, a very useful feature in the previous version I was running. I have not found any information in the Docker General Forum. >> >> Has anyone else seen this?
2016 Jul 21
3
[PATCH] appliance: move virt-rescue welcome to /etc/issue
To allow easier downstream tweaks to the virt-rescue welcome message, just output the content of the /etc/issue file in the appliance. Thus, a new extras.tar.gz file appeared in supermin.d containing the etc/issue file and future tweaks like this one. --- appliance/Makefile.am | 11 +++++++++++ appliance/init | 11 ++--------- appliance/issue | 9 +++++++++ 3 files changed, 22
2013 Jan 21
0
Custom locale, LC_TYPE and urxvt
I have a custom locale in use on our system. Consequently, Xlib does not recognize the default environment setting for LC_TYPE. To get an urxvt window opened without encountering the locale error message I am therefore constrained to use some variant of the following: LC_TYPE=en_US.UTF-8 urxvt& I would like to set LC_TYPE to a different value than LANG. However, based on experiment it
2019 Jan 05
2
Docker on Centos 7
On 01/04/2019 09:16 PM, H wrote: > On 01/04/2019 08:27 AM, Daniel Walsh wrote: >> On 1/4/19 8:22 AM, Daniel Walsh wrote: >>> On 1/3/19 10:19 PM, H wrote: >>>> I recently updated docker to version 18.09 and I seem to have lost the container id in the command prompt when I exec into a running container, a very useful feature in the previous version I was running. I have
2019 Jan 04
0
Docker on Centos 7
On 1/3/19 10:19 PM, H wrote: > I recently updated docker to version 18.09 and I seem to have lost the container id in the command prompt when I exec into a running container, a very useful feature in the previous version I was running. I have not found any information in the Docker General Forum. > > Has anyone else seen this? > > _______________________________________________ >
2019 Jan 05
0
Docker on Centos 7
On 01/04/2019 08:27 AM, Daniel Walsh wrote: > On 1/4/19 8:22 AM, Daniel Walsh wrote: >> On 1/3/19 10:19 PM, H wrote: >>> I recently updated docker to version 18.09 and I seem to have lost the container id in the command prompt when I exec into a running container, a very useful feature in the previous version I was running. I have not found any information in the Docker General
2019 Jan 05
0
Docker on Centos 7
On 1/4/19 9:50 PM, H wrote: > On 01/04/2019 09:16 PM, H wrote: >> On 01/04/2019 08:27 AM, Daniel Walsh wrote: >>> On 1/4/19 8:22 AM, Daniel Walsh wrote: >>>> On 1/3/19 10:19 PM, H wrote: >>>>> I recently updated docker to version 18.09 and I seem to have lost the container id in the command prompt when I exec into a running container, a very useful
2010 Nov 30
0
( SOLVED ) Hostname too long
Good day, Some time ago I asked some assistance for the long hostname in the terminals. Editing .bashrc in user and root by adding PS1=xxxxxxx did make the difference. Here is something I picked up on another list that make editing .bashrc not necessary. as root.. gedit /etc/sysconfig/network # HOSTNAME=localhost.localdomain change to in my case and that solves the problem
2017 Oct 23
1
Firefox Sync Server 1.5 on CentOS 7
Le 22/10/2017 ? 21:37, Gordon Messmer a ?crit?: > > Yes, I use the following httpd configuration file: > > WSGIProcessGroup sync > WSGIPassAuthorization On > > WSGIDaemonProcess sync user=apache group=apache processes=2 threads=25 > python-path=/usr/local/lib/sync-1.5/syncserver/local/lib/python2.7/site-packages/ > > WSGIScriptAlias /sync1.5
2018 Jul 12
1
[PATCH net-next v5 0/4] net: vhost: improve performance when enable busyloop
On Thu, Jul 12, 2018 at 01:21:03PM +0800, Jason Wang wrote: > > > On 2018?07?12? 11:34, Michael S. Tsirkin wrote: > > On Thu, Jul 12, 2018 at 11:26:12AM +0800, Jason Wang wrote: > > > > > > On 2018?07?11? 19:59, Michael S. Tsirkin wrote: > > > > On Wed, Jul 11, 2018 at 01:12:59PM +0800, Jason Wang wrote: > > > > > On 2018?07?11? 11:49,
2017 Oct 18
2
Can we disable write to /sys/fs/cgroup tree inside container ?
Hi all Each lxc container on node have mounted tmpfs for cgroups tree: [root-inside-lxc@tst1 ~]# mount | grep cgroups cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpuacct,cpu) cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset) cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory) cgroup on
2013 Sep 03
2
No valid cgroup for machine...
Hello! How do i get pass this error? offlinehacker:~/ $ virsh --debug 0 -c lxc:/// create o1.xml create: file(optdata): o1.xml error: Failed to create domain from o1.xml error: internal error: No valid cgroup for machine c1 My cgroups seem to be mounted: cgroup on /sys/fs/cgroup/systemd type cgroup
2013 Jun 10
1
Re: libvirt_lxc and sysfs
On 06/10/2013 01:41 PM, pr.G wrote: > On Mon, Jun 10, 2013 at 09:29:32AM +0400, свящ. Георгий Гольцов wrote: >> On Mon, Jun 10, 2013 at 09:07:08AM +0800, Gao feng wrote: >>> On 06/09/2013 08:14 PM, pr.G wrote: >>>> Hello. >>>> >>>> Is it possible to start container via libvirt_lxc without mounting /sys >>>> inside container?
2013 Jun 07
2
Re: cgroup error starting domains
On Fri, Jun 07, 2013 at 01:07:01PM +0200, Matteo Bernardini wrote: > Thanks Daniel for helping with this :) > > # cat /proc/mounts [snip] > cgroup /sys/fs/cgroup cgroup rw,relatime,bfqio,hugetlb,perf_event,blkio,net_cls,freezer,devices,memory,cpuacct,cpu,cpuset,clone_children Ok so here you've mounted all the cgroups controllers at the same place. This is really strongly