similar to: group membership limitations and Linux

Displaying 20 results from an estimated 5000 matches similar to: "group membership limitations and Linux"

2003 Aug 18
1
Repost: group membership limitations and Linux kernel
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > Message: 5 > Date: 15 Aug 2003 08:14:58 -0500 > From: "Azelton Sean (RBNA/CIT1)" <sean.azelton@us.bosch.com> > Subject: [Samba] Repost: group membership limitations and Linux kernel > To: samba@lists.samba.org > Message-ID: <1060953297.1972.1.camel@sbdgecko.sbd.us.bosch.com> > Content-Type: text/plain >
1997 Jul 19
10
security
I have a user who was having problem accessing samba. So I suggested him to try to login from other system to see if it's problem with his pc or his account. Then he found that when he used other person's PC, it didn't ask for password at all and gave full access to his account! The two person's accounts are totally different. Any idea? Thanks. --
2010 Feb 01
3
merging data frames gives all NAs
Dear kind R helpers, I have a vector of runway names in rwy ("31R", "31L",... the number is user selectable) arrgnd is a data frame with data for all flights and all runways, with a Runway column. I am trying to subset arrgnd into a dat frame for each selected runway, and then combine them back together using the following code: for (j in 1:nr) { # nr = number of
2010 Feb 15
4
Changing the :path and :url options of has_attached_file in paperclip
Hello, I am using the paperclip plugin to upload images and it works absolutely fine. I intend to save my uploaded images to C:\Application_name\public folder. Accordingly, with some study over the i-net, I changed the :path option of has_attached_file to - :path => "C:/Application_name/ public/:class/:attachment/:id/:style_:basename.:extension" Now, the files are being saved to
1999 Jun 12
1
R does not compile if make is not gmake
Hi, if make and gmake are different on any machine (for example Solaris with gnu make as gmake), then compiling fails with gmake. A small transcript follows. If i make a link from gmake to make as under linux, then it works. This problem exists in all versions of R. g77 -O2 -fPIC -c sslvrg.f -o sslvrg.o g77 -O2 -fPIC -c stxwx.f -o stxwx.o ../../../../bin/R SHLIB -o modreg.so bsplvd.o bvalue.o
2002 May 07
3
[OT] R 1.5 for debian woody
Hi everybody. I know, I'm too lazy, but I was wondering when the binary for Linux/Debian Woody will be available. I could find only the version for unstable (Sid). TIA, Stefano -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2002 Sep 27
4
Problem, help please!
Hi I'm trying to get samba fileserver going on a RedHat 7.2 box. This what I get when test with smbclient. [root@woody samba]# smbclient '\\woody\Test\' added interface ip=192.168.7.31 bcast=192.168.7.255 nmask=255.255.255.0 session request to WOODY failed (Not listening for calling name) session request to *SMBSERVER failed (Not listening for calling name) netbios-ssn is
2004 Nov 22
3
Error VPN version
Hola estoy tratando de configurar mi primera VPN, pero cuando me conecto al servidor VPN Netstat -nat me dice que la coneccion esta en estado TIME_WAIT, por otro lado revisando syslog encuentro lo siguiente: tincd 1.0.2 (Nov 8 2003 20:54:15) starting, debug level 0 Nov 22 08:42:15 woody tinc.vpn[5810]: /dev/net/tun is a Linux tun/tap device (tun mode) Nov 22 08:42:15 woody tinc.vpn[5810]:
2010 Jan 16
3
Comparing dates in dataframes
I have two data frames. One (arr) has all arrivals to an airport for a year, and the other (gw) has the dates and quarter hour of the day when the weather is good. arr has a Date and quarter hour column. >names(arr) [1] "Date" "weekday" "hour" "month" "minute" [6] "quarter" "ICAO"
2004 Aug 06
3
ices compile problems (was: libshout compile problems)
Hi: I've not had any problems compiling libshout and ices2 on my debian woody system with the default autotools (I think they're automake 1.4p4 and autoconf 2.53 if memory serves). I use libogg and libvorbis 1.0 though, not current CVS. I do use libshout and ices2 cvs though. If auto* tools turn out to be a suspect, you can get packages right up to automake 1.7 under woody. Geoff.
2005 Jan 20
1
Getting Samba3.0.9 to work on Debian(woody) for AD Authentication
Hi, I am using samba 3.0.9 on Debian (woody) IA 64 bit server. I have made a post on linuxquestions.org which contains my compilation and its arguments, krb5.conf, smb.conf, also my kinit and wbinfo -u, g, t, all of which work. I also have the official samba guide and samba by example. I do not have telnet installed and have tried to configure my SSH PAM options. I was wondering if anyone
2003 Mar 26
3
Samba 2.2.8-1 as W2k Member server
Hello I have a problem with setting up Samba as a AD member server. Environment: Linux tux 2.2.20-idepci (Debian Woody) samba 2.2.8-1.woody samba-common 2.2.8-1.woody smbclient 2.2.8-1.woody (samba from people.samba.org/~peloy/samba) Smb.conf: ---cut--- [global] printer driver file = /etc/samba/printers.def encrypt passwords
2002 Jul 11
3
Can't start R in Debian Woody
Hi, I know this is not a problem comming from R, but maybe you can still help me. I installed R 1.4.1 on Debian Woody, but I can't start it. I get this message: ~$ R /usr/lib/R/bin/R.bin: error while loading shared libraries: libblas.so.2: cannot open shared object file: No such file or directory Any thoughts? S?bastien Plante
2017 Nov 19
2
pjsip subscribe (presence) always returns: No matching endpoint found
Hi Joshua thank you for the quick reply > Have you checked the Asterisk console when PJSIP is loaded to see if > the endpoint did not load for some reason? Does it show up in "pjsip > show endpoints"? Yes, the endpoint shows up. Endpoint: 11/(scrubbed from mail) Not in use 0 of inf InAuth: 11/11 Aor: 11
2010 Aug 25
2
find most repeated item from column in dataframe
R users, I am trying to find some way to find the value of a column that is repeated the most for each StandID of a dataframe. I have research methods online and the help page, but have had no success in finding a solution. I have tried using the table function but it returns items for the whole dataset and not by the StandID. Any help will be appreciated. Thanks in advance. R version 2.11.1
2012 Mar 10
1
Generating abnormal returns in R
Hello This is my first post on this forum and I hope someone can help me out. I have a datafile (weeklyR) with returns of +- 100 companies. I acquired this computing the following code: library("tseries"); tickers = c("GSPC" , "BP" , "TOT" , "ENI.MI" , "VOW.BE" , "CS.PA" , "DAI.DE" , "ALV.DE" ,
2003 Oct 01
2
Size of locking.tdb?
Hi folks. I continue to fight with regular locking database damage in Linux box. See Bugzilla Bug 370. The current question to gurus: what is the RIGHT behavoir of locking.tdb size? Should it decrease when the number of records decreases? Or, it should stay at maximal reached capacity? Alexey
2003 Jul 10
3
Help with R Installation on Debian 2.2.19 (old stable/potato)
Hi all, I hope this is the correct list to post such a question. I was trying to install the R-project on Debian and encountered significant problems with the same. The main problem is the installation of the libc6 package. I need this package in order to install the R-core package. However, the libc6 is dependent on the libdb1-compat package, which just refuses to install on my server.
2004 May 05
2
3.0.3 Woody packages?
All, has anybody built samba 3.0.3 woody packages already? Thanks, Michael
2003 Oct 24
2
asterisk config files
Would anyone mind sending me a working set of config files for asterisk and their softphone settings? I am really looking for very basic setup stuff as I just want to show that the system works to my management before they will allow me to spend the money on phones and a telco card. Server is a redhat 7.3 w/ 512 RAM and dual 550's. Asterisk tar ball has been laid down, configured, make,