search for: nonroot

Displaying 19 results from an estimated 19 matches for "nonroot".

2009 Mar 21
2
Problem with winetricks and msxml3, msxml4 and msxml6
Hi all. I'm a bit of a newbie with wine, so please excuse me if I've messed up somewhere. I'm trying to install msxml3 installed, so I've tried using winetricks thus: sh winetricks -v msxml3 This gives: ... + echo Executing wine msiexec /i /home/nonroot/.winetrickscache/msxml3.msi Executing wine msiexec /i /home/nonroot/.winetrickscache/msxml3.msi + wine msiexec /i /home/nonroot/.winetrickscache/msxml3.msi + status=103 + test 103 -ne 0 + die 'Note: command '\''wine msiexec /i /home/nonroot/.winetrickscache/msxml3.msi'\''...
2008 May 13
2
Samba as nonroot
Hi, Im trying to run samba as a non-root user and I was wondering if this is even possible, and if not what is preventing it from being ran as a normal user??
2013 Nov 06
0
fix for running puppet as nonroot
Hi, For those of you running puppet as non root and are using puppet to manage itself via service, exec or want to use the moo puppet command I have found a fix and submitted a pull request to fix this problem in puppet core. This problem is only unique to non root installations. See http://projects.puppetlabs.com/issues/23053 Example usage in puppet. # Due to this bug we cannot
2000 Jun 11
1
full access to share for regular users
I am new to samba and I have two questions. I have a linux box connected to a box running windows 98. Windows is set to share-level access control. 1. How do I allow nonroot users to "smbmount"? 2. When I mount a share as root, root has full access to the share, however, a nonroot user has read-only access. How do I allow a regular user to have full access to a share? Thanks in advance. __________________________________________________ Do You Yahoo!?...
2004 Feb 16
1
Documentation bug? domadm privileges
Hello I have been solving a problem how to make a nonroot user able to administer the domain (add users, groups, modify them etc.) from Windows workstation using usrmgr.exe It looks like what is stated in Samba HOWTO collection as prerequisites is not enough. First I found Chapter 12 cxl "How to make Samba PDC users member of the Domain Admins grou...
2015 Mar 24
1
xfs fsck error metadata corruption
...<lists at colorremedies.com> wrote: > > For future reference -L is a big hammer. If you use it without > explicitly attempting a read-write mount (which a read only mount at > boot time will not do because it's an ro mount by default) ...for the root filesystem, anyway. For nonroot filesystems it should use whatever flags are set in fstab. (Granted many boxes likely have / as the only on-disk fs.) --keith -- kkeller at wombat.san-francisco.ca.us
2000 Jan 22
1
non-root users cannot use smbpasswd...
...we are running a samba-2.0.6 server on a Sun E3000, to provide file and print service (but not logon service) to users on PCs. It works fine except for an enormously annoying problem: ordinary (nonroot) users are not able to change their own samba passwd. When a user invokes smbpasswd he or she gets the following response: euler$ /usr/local/samba/bin/smbpasswd Old SMB password: New SMB password: Retype new SMB password: machine 127.0.0.1 rejected the tconX on the IPC$ share. Error was : ERRSRV...
2002 May 22
1
adding w2k computer accounts to samba 2.2.4 PDC
...). When i tried to use an account that is not root, but part of the domain admin group, it returns various errors, like "unknown user name or bad password" or something about conflicting credentials. i am quite sure that the domain admin group works, since when i logged on as a nonroot user which is part of the domain admins, certain actions, such as adding local printers and editing Network Identification are available, while for other users it's not. Is this normal? __________________________________________________ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience...
2006 Aug 08
2
Applying security updates
...vice.c =================================================================== --- source/smbd/service.c (revision 16676) +++ source/smbd/service.c (working copy) @@ -763,6 +763,11 @@ smb_panic("make_connection: PANIC ERROR. Called as nonroot\n"); } + if (conn_num_open() > 2047) { + *status = NT_STATUS_INSUFF_SERVER_RESOURCES; + return NULL; + } + if(lp_security() != SEC_SHARE) {...
2005 Jul 24
2
[Bug 2868] Allow fifos to be copied by normal users
https://bugzilla.samba.org/show_bug.cgi?id=2868 ------- Additional Comments From rsync@cpe-24-95-91-210.columbus.res.rr.com 2005-07-23 23:36 ------- this should apply to both fifos and sockets. creation of both are unprivileged operations, see mkfifo(2), socket(2)/bind(2) on freebsd. suggest moving/modifying do_mknod in these sections backup.c generator.c to run regardles of uid and simply
2010 Jun 03
1
How to go about getting a change in the SPEC file from which R is built on EPEL?
...R_LIBS_SITE=${R_LIBS_SITE-'/usr/local/lib/R/site-library:/usr/lib/R/site-library:/usr/lib/R/library'} I wondered why the RedHat/Fedora install of the R RPM don't see same/similar options. On Fedora/RedHat using R from RPM as distributed on EPEL, all the packages go into /usr/lib/R and nonroot users are out of luck, pretty much, unless they make some special effort. There was some debate here about what the folder in the user home dir should be called, but none of us realized that R, as it comes from the "factory", will work pretty much the way I want. The problem is that the...
2000 Mar 13
4
ssh works only as root
...bz.so.1 -rwxr-xr-x 1 bin bin 85600 Mar 10 17:26 /space/local/lib/libz.so.1.1.3 Also, when I run ssh as root as truss -e -o truss.out ssh moni I get grep libz truss.out open("/space/local/lib/libz.so", O_RDONLY) = 4 I do not know how to trace ssh when as nonroot though. I get truss -e -o truss.out ssh moni ld.so.1: ssh: fatal: libz.so: open failed: No such file or directory truss: cannot trace set-id or unreadable object file: /space/local/bin/ssh Any ideas? Thx Mate
2005 Mar 02
3
samba3.0.10
Hi Jerry/Samba Team I have Samba 3.0.10 installed on Solaris8 server and Samba-client-2.2.10 installed on Linux Red Hat2.1AS servers The Linux servers use Samba to mount filesystems from Solaris8 server. My question is how to find out on the Solaris8 server which Linux servers are using Samba to mount from. Because it is hideous to go to every Linux server and see which Solaris8 server they are
2011 Jun 03
0
[LLVMdev] How to bootstrap a bitcode file?
Hi all, The question is: Given a barebones nonroot shell account with no compiler and linker, what would be needed to execute a given bitcode file? I several possibilities here. On one end, the distributor simply compiles the bitcode to any platform supported and provides the binaries. That means a 150% reliable cross-compiler setup for LLVM. I...
2006 Apr 27
0
bug in OpenSSH_4.3p2: pam_open_session() called but not close for root users
...ld calls setusercontext, but that does not open session because uid!=0 on close child will not close session, because it exec'd the shell, and the sshd task is gone. parent will close session, since session was opened by parent, and the sshpam_session_open flag is set. as nonroot: parent process pid 223: do_setusercontext() uid 0 pid 223: radius pam open session child process pid 224: do_setusercontext() uid 104 (exec shell) parent process pid 223: radius pam close session WORKS! One solution is to open session from do_exec_pty() and to NOT reopen sess...
2009 Jul 31
0
Somewhat OT: OpenOffice.org Headless issues as non-root user
Hi, I've installed recently OpenOffice.org 3.1 on Centos 5.3. I use OOo in headless mode. I have no problem when running as root, but I'd prefer run it as non-root user (oooserver user). When I run the script in debug mode this is the output: sh -x /tmp/ooo-headless-nonroot start + . /etc/rc.d/init.d/functions ++ TEXTDOMAIN=initscripts ++ umask 022 ++ PATH=/sbin:/usr/sbin:/bin:/usr/bin ++ export PATH ++ '[' -z '' ']' ++ COLUMNS=80 ++ '[' -z '' ']' +++ /sbin/consoletype ++ CONSOLETYPE=pty ++ '[' -f /etc/sysconfig/...
2010 Jun 04
0
Renviron settings for Linux Distributions: please tell me R Core's advice
...BS_SITE-'/usr/local/lib/R/site-library:/usr/lib/R/site-library:/usr/lib/R/library'} > > I wondered why the RedHat/Fedora install of the R RPM don't see > same/similar options. On Fedora/RedHat using R from RPM as distributed > on EPEL, all the packages go into /usr/lib/R and nonroot users are out > of luck, pretty much, unless they make some special effort. > > There was some debate here about what the folder in the user home dir > should be called, but none of us realized that R, as it comes from the > "factory", will work pretty much the way I want....
2015 Mar 23
5
xfs fsck error metadata corruption
Hi, Everytime I restart Centos 7 I receive a error saying? metadata is corrupt and then I need to go through the process of mount and unmount the disk uuid then run xfs_repair {some uuid} or xfs_repair -L {some uuid} which ultimately corrupts even more. I?m running on a RAID 1 two identical drives this has happened more then once and had to reinstall. Any way I can prevent this when I
2004 May 23
7
[Bug 872] SSH client fails for non-root users with "Host key verification failed"
http://bugzilla.mindrot.org/show_bug.cgi?id=872 Summary: SSH client fails for non-root users with "Host key verification failed" Product: Portable OpenSSH Version: 3.8.1p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: ssh