Displaying 20 results from an estimated 3000 matches similar to: "DISAATER RECOVERY PROBLEM"
2010 Jun 21
2
Querying netgroup information
Hi
I have been searching for commands to "debug" netgroup membership. I
am using netgroups provided by ldap. I can do a ldap query but it
seems a bit unwieldy to do. I have found a package on ubuntu called
ng-utils
https://launchpad.net/ubuntu/jaunty/+source/ng-utils/0.7-1 which does
what I require and compiles very easily. It contains two commands
netgroup and innetgr to query netgroup
2007 Nov 29
2
puppet:// URIs don''t allow FQDN?
Hi List,
I''m using puppet 0.23.2 (tarball) on Debian sarge as server and the same
version on an etch client. When I try to use the following class :
class base {
$puppet = "security01.mydomain.com"
# bashrc file for global shell settings. file depends on used OS
version (etch, sarge etc).
file {
"/etc/bash.bashrc":
ensure =>
2003 Feb 15
2
scp + .bashrc buglet
Hi OpenSSH folks,
Just a quick note: this is my .bashrc:
# Executed by non-login interactive shell
#
# scp go wild when it see this
#echo "<*> Executing ~/.bashrc from '$0'. Command line: '$*'"
#ps -H e
#echo "<*> Finished ~/.bashrc"
Line 3 was added and subsequent lines commented out.
Now scp works. Looks like a little scp bug for me.
CC me,
2012 Mar 07
1
Long delays in rsync manifested by repeated entries, CentOS, rsync v2.6.8.
Hello, rsync list folks,
Recently, rsyncs abort during busier times of the day, although they
run error-free during non-busy hours.
Problem 1 - Many rsyncs abort these errors:
Read from remote host www.xxx.yyy.zzz: Connection reset by peer
rsync: writefd_unbuffered failed to write 4 bytes [sender]: Broken pipe (32)
rsync: connection unexpectedly closed (3929920 bytes received so far)
2008 Aug 26
1
screen not sourcing .bashrc
Hi everyone,
I use the "screen" command from time to time and what i would still
have to figure out how to do is for it to be able to source .bashrc
and read my user-defined configuration (aliases for example).
I have already added the "source /root/.bashrc" line on
/root/.screenrc but it doesn't seem to be working.
Would anyone know how this should work?
Thanks,
Matt
2017 Dec 11
2
upgrading python
Pete Biggs wrote:
> On Mon, 2017-12-11 at 15:44 -0600, Frank Cox wrote:
>> On Mon, 11 Dec 2017 16:32:06 -0500
>> Larry Martell wrote:
>>
>> > Can I make that the default python?
>>
>> ~/.bashrc
>>
> No. I'm not entirely sure that is a good idea! No, not all.
>
> 'scl enable python27 bash' creates a *new* shell with the correct
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
2007 Jun 08
2
puppet reports
Hi all,
we activated puppet mail reports but we are receiving a lot of mails
when yum fails to update the repos, like this one:
(err): Failed to retrieve current state of resource: Could not get
latest version: Execution of ''/usr/bin/yum -d 0 -e 0 list available
munin-node'' returned 1: Cannot open/read repomd.xml file for repository:
kbs-CentOS-Extras
failure:
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 Jul 15
8
SERIOUSLY OT STREAM EDITING IMAGES
Hi All,
I have been Googling my head off but cannot find a method to stream edit
all the images in a directory and to resize them. I have a large number
of images of up to 3GB in size that I want to put in albums on a
website, but before I do this I need to resize them to a more realistic
configuration.
I know how to do this manually with the GIMP but it becomes tedious for
more than a few
2008 Mar 19
3
RPM verify weirdness
Hi all,
Can anyone explain this to me? (CentOS 4/5)
# rpm -qf /etc/exports
setup
# rpm -V setup
S.5....T c /etc/bashrc
S.5....T c /etc/printcap
..?..... c /etc/securetty
# echo '#### foo' > /etc/exports
# cat /etc/exports
#### foo
# rpm -V setup
S.5....T c /etc/bashrc
S.5....T c /etc/printcap
..?..... c /etc/securetty
I thought verify was supposed to check
2006 Jan 27
2
How to rsync PULL multiple files/dirs
Hi all,
I am wondering how do I pull data from a remote host without running a
daemon.
PUSH command
I would like the below statement be turned into a PULL from remote host
instead.
/usr/bin/rsync -e ssh --archive --sparse --compress --update --verbose
--stats --progress --exclude=cdersync.tar.gz --exclude=*.bz2
--exclude=*.jpg --exclude=*.mp3 --exclude=ZDE --exclude=*.rpm
--exclude=*.sit
2010 May 17
2
Installing Ruby on Rails
Hi,
I''m a newbie to RoR and have been facing some problem installing RoR on
my system.
I''m following this guide to install RoR
https://help.ubuntu.com/community/RubyOnRails
and stuck up at this step
Installing Rubygems:
To make gem work properly you should write gem''s path to PATH add to
~/.bashrc:
export PATH=/var/lib/gems/1.8/bin:$PATH
Can anyone help me saying
2012 Oct 10
6
Setting PS1 for ordinary users
CentOS-6
When I login as root I see this prompt:
[root at vhost04 ~]#
When I login as a non-priviledged user I see this instead:
sh-4.1$
.bashrc and .bash_profile have identical contents in /root and
/home/user. What causes the difference? Why? How does one change
the default so that all normal users get a [userid at hostname pwd]$
prompt?
I have loked in/etc/profile.d and /etc/bashrc
2017 Feb 01
3
How to get password expiration?
I want something like so on login
Last login: Wed Feb 1 10:47:53
Password Expires: Wed March 1 00:00:00
[myaduser at machine ~]$
I just want them to know when their password expires.
On Wed, Feb 1, 2017 at 9:39 AM, mathias dufresne <infractory at gmail.com>
wrote:
> Plop,
>
> You'd like to modify .bashrc to auto-disconnect user with expired
> password? I thought modern
2017 Aug 03
2
fcitx-anthy request (for Japanese users)
On Wed, Aug 02, 2017 at 08:15:58PM -0400, H wrote:
> On 08/02/2017 09:46 AM, Scott Robbins wrote:
> > On Wed, Aug 02, 2017 at 09:37:06AM -0400, H wrote:
> > > > Ah, also, in my .xinitrc (I boot into text mode then run startx I have,
> > > > above the line calling the window manager
> > > >
> > > > export LC_CTYPE=en_US.UTF-8
> >
2020 Oct 26
0
@Microknoppix
On Mon, 26 Oct 2020 12:35:33 -0500 (CDT)
Michael Hennebry wrote:
> but now my LXterms all have hennebry at Microknoppix on top.
> WTF? How did that happen?
> How do I fix it?
Wild guess: PROMPT_COMMAND was changed in /etc/bashrc or ~/.bashrc
--
Can we uninstall 2020 and install it again? This one has a virus.
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
2002 Mar 30
1
File permission umask howto?
I'm trying to figure out how to cause rsync to
create the file on the backup server with 700 permission
and specific owner "some_user" (not root)
I try to do it in several way with no success.
The command I'm using is:
rsync -r -t -v -z /dir some_user@server::module
so that it don't copy permission
It always give the files 744 permission, that mean that every on can read
2006 May 17
1
capistrano and svn+ssh on non-standard port
Hi,
I have ssh configured with a non-standard port, and I use svn+ssh to
access to my repository. As the svn+ssh protocol doesn''t support the
colon convention to specify the port, I export the SVN_SSH variable in
.bashrc, like this...
SVN_SSH="ssh -p 2323"
Now I can do a checkout from the command like using something like
this...
svn checkout
2013 Aug 16
4
Learningpuppet
Hi guys,
I''m having difficulties with this exercise:
"Try wrapping a user resource in a *human::user* type that automatically
grabs that personʼs *.bashrc* file from your *site module* and *manages one
or more ssh_authorized_key resources*
for their account"
1. What''s a "site module"?
2. What am I expected to change in the .bashrc-file?
Really thanks in