Displaying 20 results from an estimated 500 matches similar to: "remote sudo script"
2015 Dec 19
2
LDAP create home directories
>
> You may also need to restart sssd or nslcd, depending upon which one is
> running the backed ldap connection service on the clients.
Hmm.. I got a different result after restarting nclcd. Instead of logging
me in and just complaining that it couldn't create the home directory, it
still complains about not creating the home directory, but now it doesn't
let me in:
#ssh
2015 Dec 19
0
LDAP create home directories
Check /var/log/secure for why the directory is not able to be created.
Might be selinux, is that enabled? (sestatus)
On Dec 19, 2015 15:40, "Tim Dunphy" <bluethundr at gmail.com> wrote:
> >
> > You may also need to restart sssd or nslcd, depending upon which one is
> > running the backed ldap connection service on the clients.
>
>
> Hmm.. I got a
2015 Dec 19
2
LDAP create home directories
Hey guys,
I've setup an LDAP server on our network. I'm using OpenLDAP.
It was really easy to use the authconfig-tui to generate the nsswitch.conf
and ldap.conf files that would allow user authentication.
But when users would log in, the system wasn't creating the home
directories.
I found one command that would correct that:
authconfig --enablemkhomedir --update
After that
2015 Dec 19
1
LDAP create home directories
>
> Check /var/log/secure for why the directory is not able to be created.
> Might be selinux, is that enabled? (sestatus)
Good catch! It was indeed SELinux preventing the directory from being
created. Disabling it allows that to happen. For instance I just created a
new test user in LDAP:
#ssh odunphy at ops2.example.com
odunphy at ops2.example.com's password:
Creating
2015 Sep 24
4
Meet at MTV to discuss TSAN/android/aarch64?
Hi everyone.
Thanks to everyone for taking the time to meet yesterday. I think it was
very productive!
I am writing to keep a "minutes" of the meet, as I remember them.
Action Items:
- Jasonk: split up bionic patch to explicitly replace CPP macros with
actual calls, one file at a time.
- Google/Android: pthread_barrier interface in bionic
- *Enh*: 1 paragraph to explain
2016 Feb 25
0
[Release-testers] [3.8 Release] RC3 has been tagged
On Wednesday, February 24, 2016 05:51 AM, Hans Wennborg via
Release-testers wrote:
> Dear testers,
>
> Release Candidate 3 has just been tagged [1]. Please build, test, and
> upload to the sftp.
Uploaded:
clang+llvm-3.8.0-rc3-x86_64-linux-gnu-ubuntu-16.04.tar.xz
clang+llvm-3.8.0-rc3-x86_64-linux-gnu-ubuntu-15.10.tar.xz
clang+llvm-3.8.0-rc3-x86_64-linux-gnu-ubuntu-14.04.tar.xz
On
2020 Jun 01
3
[PATCH v2v 0/2] v2v: nbdkit: Don't use password=- parameter.
Part 2 fix for:
https://bugzilla.redhat.com/show_bug.cgi?id=1842440
Actually this fix on its own should be sufficient, but probably we
want the nbdkit fixes too.
Note this uses actual OCaml 4.05 features! ("let open" and the
Unix.tcgetattr functions). I checked that both features are available
on RHEL 7's OCaml.
Rich.
2016 Feb 23
10
[3.8 Release] RC3 has been tagged
Dear testers,
Release Candidate 3 has just been tagged [1]. Please build, test, and
upload to the sftp.
If there are no regressions from previous release candidates, this
will be the last release candidate before the final release.
Release notes can still go into the branch.
Thanks again for all your work!
Hans
[1] http://lists.llvm.org/pipermail/llvm-branch-commits/2016-February/009866.html
2006 May 18
1
Difficulty over USB with a CyberPower 800AVR and nut 2.0.3
I recently purchased a CyberPower 800AVR UPS which I'm trying to use
over USB with my PC (ArchLinux 0.7.2 [aka up to date]) and nut 2.0.3.
Following the setup instructions, I have an entry as follows in
/etc/nutups/ups.conf (where I chose the configuration file to go when
building nut):
[MyUPS]
driver = cyberpower
port = /dev/bus/usb/004/007
desc = Workstation
2011 Jun 29
1
tcgetattr: Inappropriate ioctl for device
Dear nut users,
I am running nut-2.6.0 on Slackware-Linux-13.37.0 with kernel 2.6.37.6.
I am trying to get the software work for a repotec UPS with model name: RPT-1003AU. The UPS communicates with the computer via USB. I know that the model is not officially supported but I want to try out whether it will work with some of the repotec drivers. Here is the result with the genericups upstype=13
2014 Mar 02
1
ssh-askpass in bash script
Hey all,
I have ssh-askpass installed on Centos 5.7 and I'm trying to find a way to
log into the host and not have it ask me to enter in my long / complex
passphrase every time I ssh into another host.
I've googled for some scripts that you can add to your bash configuration
so that you won't have to do that.
So I have to end up typing 'eval $(ssh-agent) &&
2002 May 09
4
make distprep broken?
Hello All,
Doing a make distprep doesn't seem to work anymore:
$ make -f Makefile.in distprep
make: @SH@: Command not found
make: *** [catman-do] Error 127
I've seen this on AIX & Redhat (gnu make) and Solaris (native make). I
suspect this occurs on most platforms. Is this still the recommended way
of autoreconf'ing CVS releases for building?
-Daz.
2006 Jun 20
2
[PATCH] openssh pseudo-terminal bug
hello
short description:
ssh client sends a wrong all-zero terminal info when requesting forced pseudo-terminal
allocation while stdin is not a terminal.
sshd then sets the terminals ospeed to 0 because it receives this information from the
client. on solaris this means that the pseudo-terminal is closed and output of any
remote command is dropped.
longer description:
what we're doing is
2007 Sep 27
1
Masterguard A-19 3000
I am trying to get this UPS talking with NUT (2.2.0) under Fedora
7/CentOS5.
I have searched the mailing list and found some infos:
http://lists.alioth.debian.org/pipermail/nut-upsdev/2007-February/001799.html but I'm not really sure how that helps me. USB would be cool but I don't really need that, it just has to work.
I have also found a document that shows the pinout of the com port
2012 May 21
1
[nut-commits] svn commit r3603 - trunk/drivers
On May 16, 2012, at 10:10 AM, Arnaud Quette wrote:
> Author: aquette
> Date: Wed May 16 14:10:40 2012
> New Revision: 3603
> URL: http://trac.networkupstools.org/projects/nut/changeset/3603
>
> Log:
> Final fix to the tcsetattr() / tcgetattr() issue
I propose reverting this commit for now, until we work in all of the autoconf magic to detect whether the various termio bits
2015 Jul 31
0
[LLVMdev] [3.7 Release] RC2 has been tagged, Testing Phase II begins
On Friday, July 31, 2015 07:50 AM, Hans Wennborg wrote:
> Dear testers,
>
> 3.7.0-rc2 was just tagged. Please test, build binaries, upload to the
> sftp, and report results to this thread.
LNT is looking good on Ubuntu 14.04 x64, uploaded:
clang+llvm-3.7.0-rc2-x86_64-linux-gnu-ubuntu-14.04.tar.xz
The errors reported during build are:
Failing Tests (17):
2009 Nov 27
2
my new apc usb ups
Hi all,
I just got myself 2 APC Back-UPS CS 350
I downloaded the stable nut tar.gz installed it.
This is not the first time i install and configure nut so i used the
same configuration as on my other server as i always did. Then i made
the 2 required modification. I changed these 2 thing:
driver = apcsmart
port = /dev/hiddev0
# ls -al /dev/hiddev0
crw------- 1 nut nut 180, 96
2015 Jul 16
23
[LLVMdev] [3.7 Release] RC1 has been tagged, Testing Phase I begins
Dear testers,
3.7.0-rc1 was just tagged; please start your testing engines :-)
Upload binaries to the sftp and report your results to this thread.
I'm sorry for the delay between branching and tagging. The changes to
the release script took a little longer than I hoped.
Thanks for helping with the release, and do let me know of any issues,
questions, etc.
The tracking bug for release
2017 Apr 28
3
Powercom BNT-2000AP(USB)
Hello all!
Some days ago we received new UPS?Powercom BNT-2000AP with USB interface to replace an old staff and I've spent four last days trying to connect it with NUT. I have a FreeBSD 8.4 box with NUT 2.7.2.
# dmesg|grep -i powercom
ugen0.3: <POWERCOM Co.,LTD> at usbus0
uhid0: <POWERCOM Co.,LTD HID UPS Battery, class 0/0, rev 1.10/0.01, addr 3> on usbus0
uhid0: <POWERCOM
2013 Feb 19
13
[PATCH] mini-os: implement poll(2)
It is just a wrapper around select(2).
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
extras/mini-os/include/posix/poll.h | 1 +
extras/mini-os/lib/sys.c | 90 ++++++++++++++++++++++++++++++++++-
2 files changed, 90 insertions(+), 1 deletion(-)
create mode 100644 extras/mini-os/include/posix/poll.h
diff --git a/extras/mini-os/include/posix/poll.h