similar to: User not really in group

Displaying 20 results from an estimated 200 matches similar to: "User not really in group"

2006 Jun 14
1
Enabling MD5 (longer passwords) after installation?
I have noticed on a Centos 4.3 server where I had set some >8 characters passwords for some accounts, that only the first 8 characters are needed (if I forget or mistype the others I login all the same). Can I "move" the live, running system to longer passwords, and how? or is a reinstall necessary? TIA, Marco -- Marco Fioretti mfioretti, at the server
2006 Jan 25
3
install IE6
Hi, Prevously, I set up Office 2000 with out outlook and frontpage sucessfully. Aftert that, I installed OUTLOOK and Frontpage. they require Internet Explorer to run. When I tried to install IE6, it says 'A previous installation has pending work requiring a reboot. You need to restart your computer to complete that installation before run IE setup. Setuo will now close' How to fix
2011 Feb 16
6
Authentication Problems
Hi List, We have a CentOS VPS running a web site in a DC far away. The chap that dev's this site told me he couldn't SFTP in yesterday, his password was being rejected (I went to his desk to confirm and saw it was telling him the password was incorrect but neither him nor me had changed it and we are the only two with access to this VPS). So I logged in as root and reset his password, be
2023 Aug 02
2
Configure DHCP to update DNS records problem
Hello all, After several days of working on this, I'm stuck. Hopefully someone can point out what I'm missing here. I'm working with this script to dynamically update my Samba AD DC DNS: https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records Short of it: The script does not update the DNS records due to samba-tool failing for some unknown reason. Long of it:
2009 Sep 06
2
pwconv with partial /etc/passwd
If shadow passwords are already in use, and new entries are appended to /etc/passwd that include password hashes, is it still possible to use pwconv to generate /etc/shadow entries for just the few newly appended accounts? Regards, Eugene
2009 Aug 20
3
script to report quota upon user's request
Hi there is there any binary/script to repot user's quota upon request? Dimitrios Karapiperis
2001 Feb 27
4
Wine Setup
I am a complete newbie to Wine. I am aware of the wonderful things OTHER people can get it to do as far as running MS apps, but I have never had such sucess. The last attempt to run "winesetup" as root was met with the following: debian:/home/tilleyrw# whoami root debian:/home/tilleyrw# winesetup Xlib: connection to ":0.0" refused by server Xlib: Client is not authorized
2005 Feb 22
0
Possible bug in openssh parsing of hosts.equiv for netgroups?
Open-SSH'ers, I just noticed that ssh doesn't parse hosts.equiv the same as rsh. I set up an usertest user on targethost, and then su'ed to usertest on sourcehost. I put this in targethost's /etc/hosts.equiv + -usertest + at trusted-hosts (all hosts are rolled up into this netgroup) this should disallow usertest from rsh'ing into targethost from all hosts, but
2005 Apr 19
0
[Bug 1018] Incorrect parsing of hosts.equiv for netgroups
http://bugzilla.mindrot.org/show_bug.cgi?id=1018 Summary: Incorrect parsing of hosts.equiv for netgroups Product: Portable OpenSSH Version: -current Platform: All URL: http://marc.theaimsgroup.com/?l=openssh-unix- dev&m=110909300030444&w=2 OS/Version: All Status: NEW Severity:
2006 Jan 26
1
SubVersion on CentOS 4.2
I am new to linux based version control systems and am setting up a new project in Rails which will use SubVersion. I set up a repository for this project in a directory called /var/spool/svn and ran svnadmin create etc. I did all this while su'ed to root, however all programming will be done by non-privileged users. To provide for this I created a group called "svn", added
2004 Oct 29
0
A question about debugging apps
Hi, Taking a break for a few minutes from my fst/jack_fst work I decided to try a quick install of Myst, an old game that has, at various times, installed, not installed, worked or not worked with Wine. (According to the app database.) Anyway, I wanted to try it out so, to cause as few problems as possible for my existing Wine installation, I created a new user account named myst and then
2023 Aug 02
1
Configure DHCP to update DNS records problem
On 02/08/2023 17:14, Chris Nighswonger via samba wrote: > Hello all, > > After several days of working on this, I'm stuck. Hopefully someone can point out what I'm missing here. > > I'm working with this script to dynamically update my Samba AD DC DNS: > > https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records > > Short of it: > >
2007 Sep 27
4
current state is silly?
The following manifest is causing an error/warning and permissions are not set. i do not understanding why: file { "/diskless/swaps": ensure => directory, owner => nfsnobody, group => nfsnobody, mode => 1777; } The error is: Fri Sep 21 14:53:05 EST 2007
2004 Nov 16
10
SS7 for *
Hi all, Does somebody know what's new with SS7 and * ? I'm very interested. Is it ready ? I'm prepared to pay if necessary. Thanks, Angel.
2012 Sep 27
4
Colsplit, removing parts of a string
Hi, I am using colsplit (package = reshape) to split all strings in a column according to the same patterns. Here an example: library(reshape2) df1 <- data.frame(x=c("str1_name2", "str3_name5")) df2 <- data.frame(df1, colsplit(df1$x, pattern = "_", names=c("str","name"))) This is nearly what I want but I want to remove the words
2005 Sep 09
1
Finding a decision tree's leaf node from a new value
Dear mailinglist members, I have the following problem: I run a decision tree using the rpart function and, afterwords, I try to find to which leaf node a new register (not used to build the decision tree) belongs to. I will try to explain better: rpart.tree <- rpart(target.value ~., data) leaf.node <- new.function(rpart.tree, new.register) The new register has all the explanatory values
2000 Mar 31
1
Cryptic error message
Does anyone have any hints on this error message (lsarpcd starting, and doesn't start due to this): socket connect to /tmp/.msrpc/.lsarpc/agent failed: Connection refused socket connect to /usr/local/samba/var/locks/.msrpc/lsarpc failed: Connection refused ncalrpc_l_establish_connection: failed lsarpc) ncalrpc_l_use_add: connection failed lsa query info failed This causes smbd not to start
2012 May 22
1
confused with indexing
Dear all, I have a code that looks like the following (I am sorry that this is not a reproducible example)     indexSkipped<-NULL  ....code Skipped that might alter indexSkipped     if (length(indexSkipped)==0)         spatial_structure<-spatial_structures_from_measurements(DataList[[i]]$Lon,DataList[[i]]$Lat,meanVector)     else        
2008 Nov 02
4
[LLVMdev] Available code-generation parallism
I am interested in making my LLVM front-end multi-threaded in a way similar to the GCC compiler server proposal and was wondering about the extent that the LLVM passes support it. Expression-at-a-time parallel construction: If function definitions are built purely depth-first, such that the parent pointers are not provided as they are created, what will break? I noted that the function and module
2011 Jan 18
3
Calling rules
Hello. I don't know if this is a problem, but I was expecting a different behavior. Users, have to dial "0" to get an external line, and afterwords the number they want to dial (exe 12345). The thing is: 1-If user dial "012345" there is an error and the call isn't made and the error is "handle_request_invite: Call from 'XXX' to extension '012345'