search for: sudo

Displaying 20 results from an estimated 8132 matches for "sudo".

2014 Jan 19
1
sudo (+ldap+kerberos) not accepting password
So I have this centos 5.10 box which authenticates network users against ldap(authorizing)+kerberos(authentication). And I now would like to have sudo be able to allow admins (netgroup chinbeards) to sudo about. I am not using sssd though (yet). Here is the output of me trying sudo (debug on): [raub at centos5-x64 ~]$ sudo pwd LDAP Config Summary =================== uri ldap://idir1.internal.domain.com/ ldap://idir2.internal.domain...
2009 Apr 01
6
[Bug 589] New: MARK doesn't work properly with incoming traffic
...intf=ra1 else task=usage fi else task=usage fi else task=usage fi fi if test $task = clear then sudo ip route flush table 1 sudo ip route flush table 2 sudo ip rule del prio 1 sudo ip rule del prio 1 sudo iptables -F OUTPUT -t mangle sudo iptables -F PREROUTING -t mangle sudo iptables -F POSTROUTING -t nat elif test $task = start then sudo i...
2019 Apr 12
3
Sudo rules in samba with winbind
Hello All, I am currently changing my samba linux clients (Debian) from sssd binding to winbind. With sssd I had all sudo rules within the samba active directory. The configuration was based on: https://lists.samba.org/archive/samba/2016-April/199402.html Is there some guideline like the one mentioned available/has someone already experience with this for winbind based clients? Within the conversation I found that Ro...
2010 Oct 07
2
sudo 1.6.9 versus sudo 1.7.2 behavioral differences with umask settings
Two servers, each have normal user umask values of 0077 and root umask values on 0022. On the first server (CentOS 5.4 i386) running sudo 1.6.9pl7-5 (from base), here are the results of touching a file as a user, as root and as a user sudoing to root: user: touch file - result is 600 root: touch file - result is 644 user: sudo touch file - result is 644 On the second server (CentOS x86-64) running sudo 1.7.2p1-7 (from updates), her...
2009 Dec 03
0
Samba4 Directory Replication
...local.osbi.ok.gov failed: Connection to DC failed: NT_STATUS_IO_TIMEOUT return code = -1 I?m not sure what you guys need me to post, or the appropriate way to grab debugging logs, nor the appropriate way to post them here. So, below is my set of commands. Hopefully somebody can help me! sudo sh -c "echo 'HISTSIZE=10000' >> /etc/profile" sudo apt-get update sudo apt-get -y upgrade sudo apt-get -y install ufw sudo ufw allow ssh/tcp sudo ufw enable sudo ufw status numbered sudo apt-get -y install attr autoconf gcc \ python python-dev bind9 d...
2015 Dec 23
5
Calibre installation fails on C7
On Tue, Dec 22, 2015 at 09:03:28PM -0700, Wes James wrote: > > > On Dec 22, 2015, at 8:06 PM, Fred Smith <fredex at fcshome.stoneham.ma.us> wrote: > > > > Attempting to install latest Calibre on Centos-7, getting: > > > > typed in "calibre ssl install error? to google > > first hit: > >
2010 Jan 21
0
Samba/Winbind 3.4.4 on AIX 5.3 TL 10 does not retrieve ANY User's Secondary Groups
...ne any idea on this issue on AIX 5.3 TL 10 with winbind ? I'm really stuck now ... I think everything is working pretty well with WINBIND and AD 2k3 , but not my most important point : I absolutely need the Secondary groups of each AD user which get connected to the AIX to use this filter with sudo... I only get Primary Group (which is by default "Domain Users" ) I'll try to be as clear as possible to explain you what are all the relationships between WINBIND & Active Directory & SUDO, and show you a "working" example (on Linux). 1 . Active Directory : ------...
2015 Dec 23
0
Calibre installation fails on C7
...eck cert option??) > > Nope. makes no difference. I just went through the build it yourself process. Give this a try: open terminal cd Downloads download qt-unified-linux-x64-2.0.2-2-online.run from http://www.qt.io/download-open-source/ chmod +x qt-unified-linux-x64-2.0.2-2-online.run sudo ./qt-unified-linux-x64-2.0.2-2-online.run after install qt above, edit your .bashrc file and add: export PATH=/opt/Qt/5.5/gcc_64/bin:$PATH then run . ~/.bashrc sudo yum install python-devel -y wget http://sourceforge.net/projects/pyqt/files/sip/sip-4.17/sip-4.17.tar.gz tar -zxf sip-4.17.tar.g...
2005 Jul 21
7
FW: Adding OpenBSD sudo to the FreeBSD base system?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 I really do not agree with adding it to the base system. Just because you guys use sudo does not mean other people do. In fact many people do not have a use for sudo at all. Not every one gives out root accounts. You are only adding another utility In that can possibly be used to escalate privileges. Every time I secure a system I spend some time removing files that are never Needed a...
2013 Jul 17
3
sudo add user script
Hello list, I took another stab at finding a way to add a sudo user remotely and it gets you most of the way there. If you execute the script as root it works beautifully and does just what you want. Which is add the user to the group and gives that user group rights to certain commands. But if you execute it as a user who only has sudo access to the /etc/su...
2010 Dec 20
1
R hangs on the stats.so library
...sa '/usr/local/lib/R/library/stats/libs/stats.so': > /usr/local/lib/R/library/stats/libs/stats.so: undefined symbol: _gfortran_pow_r8_i4 > Durante l'avvio - Warning message: > package stats in options("defaultPackages") was not found > > What I did before: sudo nano /etc/apt/sources.list The file sources.list contains the following lines ###################################################### deb http://it.archive.ubuntu.com/ubuntu/ lucid main restricted deb-src http://it.archive.ubuntu.com/ubuntu/ lucid main restricted deb http://it.archive.ubuntu.com/u...
2010 Jan 22
5
Add /sbin to sudo PATH
Hello, Does anyone have an idee how to add /sbin to the sudo $PATH environment? Adding /sbin to .bashrc $PATH isn't really what I want... I'd like sudoers to be able to run: $ sudo chkconfig And not: $ sudo /sbin/chkconfig Thanks Sam
2017 Oct 11
1
[PATCH] p2v: Test for sudo requiring a password first (RHBZ#1500673).
When testing if sudo -n requires a password, we tested for the prompt earlier than testing for the magic sudo message ‘a password is required’. Since the shell will print the prompt just after the sudo message: prompt$ sudo -n virt-v2v --version sudo: a password is required prompt$ the prompt nearly always mat...
2023 Nov 24
1
Sudoers in Samba LDAP
24.11.2023 14:57, Rowland Penny via samba ?????: > On Fri, 24 Nov 2023 13:30:13 +0500 > Anton Shevtsov via samba<samba at lists.samba.org> wrote: > >> Hi, >> >> I have a DC on samba 4.17.12 >> >> I want store sudoers in LDAP, and use sssd for get rules from LDAP. >> >> I was configured sssd.conf >> >> [sssd] >> config_file_version = 2 >> services = nss, pam, sudo >> user = _sssd >> domains = TEST.ALT >> >> [nss] >> [sudo] >> [pam] >&g...
2007 Jul 21
3
sudo path
Hello Any time I am running sudo, I should have full path to the command, for example sudo /sbin/ifconfig Is there any way to set the path for sudo ? Thanks
2001 Nov 02
3
su/sudo using ssh auth
To the openssh and sudo developer mailing lists: Ssh has a key agent allowing authentication to remote hosts without entering your password/passphrase again and again, which is very convenient. I think the 'su', 'sudo', and similiar commands could benefit from this idea and mechanism. I don't have the...
2005 Jan 12
3
Bug#290195: violations.d/sudo and violations.ignore.d/logcheck-sudo missing sudo log entries
Package: logcheck Version: 1.2.32 Severity: normal It seems when someone runs a sudo command on my system, logcheck misses it. The second line of /etc/logcheck/violations.d/sudo matches them, but the /etc/logcheck/violations.ignore.d/logcheck-sudo kills them. Furthermore, when users run commands like '$ sudo rm *' in a directory with lots of files, we reports with lines l...
2006 Jun 16
15
Mongrel_rails restart and sudo
Sorry for the newbie question but I''m stumped: I have an app that requires sudo to run mongrel_rails. For my capistrano recipe is do it like this: sudo "mongrel_rails start -e production -p #{application_port} -d -c #{current_path}" Which works famously. Now I have tried several things for my restart task. Here they are: sudo "cd #{current_path} &&...
2014 Sep 05
3
New to Asterisks, Couple of Questions
Hello everyone, my name is Miles, I am fairly new to asterisk. I have recently begun to learn asterisk and I have a couple of questions. 1. After installing asterisk using the following instructions; a. sudo mkdir /usr/src/asterisk &amp;&amp; cd /usr/src/asterisk b. sudo wget http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-1 1.2.1.tar.gz c. sudo tar -xvzf asterisk-11.2.1.tar.gz d. cd ./asterisk-11.2.1 e. sudo make clean f. sudo ./configure g. sudo make h. su...
2011 Nov 18
2
newbie question re block-attach on ubuntu 11.10
...ng around with it. I''m not even trying to start another VM at the moment, just playing around with mounting block devices, and had trouble with block-attach: $ dd if=/dev/zero of=foo.img bs=1024k seek=64 count=0 0+0 records in 0+0 records out 0 bytes (0 B) copied, 1.6493e-05 s, 0.0 kB/s $ sudo xm block-attach 0 file://home/dank/lvmstuff/foo.img /dev/xvda1 w 0 $ sudo xm block-list 0 Vdev BE handle state evt-ch ring-ref BE-path 51713 0 0 1 -1 -1 /local/domain/0/backend/vbd/0/51713 $ sudo mkfs.ntfs /dev/xvda1 Failed to access ''/dev/xvda1'': No such file or directory The dev...