search for: speficied

Displaying 20 results from an estimated 21 matches for "speficied".

2019 Jul 15
7
Feature request: allow chrooted directory writable by others
...r that only serves files, using the internal-sftp server, that should not be a problema. Note that this is extremely restrictive in practice. Even if one is very careful and only allows specific users to write (with acls) openssh refuses to chroot to that directory. And when one has to work with a speficied directory layout, required for compatibility with existing applications, it makes it very hard to implement a sftp file server. I would like to contribute a patch with an option StrictModesChrootDirectory . That option could be document with the reasons when it should not be used. Best regards.
2007 Jun 21
2
Multinomial models
Hello, I am VERY new to R (one week) and I am trying to run a multinomial logit model. The model I am using is > model1 <- multinom(Y ~ X1 + X2 + , ..., Xn) if I put in > summary(model1) I get #Error in function (classes, fdef, mtable) : unable to find an inherited method for function "fitted", for signature "multinom" and if I put in > coef(model1)
2005 Jun 08
2
policy or rules
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear all, I''m a bit confused on the rules and would like your help. I''ve 4 NIC, eth0 --> WAN (net) eth1 --> OSPF1 (bb1) eth2 --> OSPF2 (bb2) I would like to enable all the icmp function (ping and traceroute) Wonder what effect will the following policy make. bb0 all ACCEPT info bb1
2015 Aug 13
2
SmallString + raw_svector_ostream combination should be more efficient
Ok, one more issue. I've removed the no-op resync() method and now getting rid of numerous raw_ostream::flush() calls. These were required before but now will never do anything but will waste runtime discovering that. To find raw_svector_ostream::flush() calls speficially I locally shadowed raw_ostream:flush() with a deleted flush(): class raw_svector_ostream { ... public: ... void flush()
2006 Mar 29
1
How to define class type hierarchy of speeds?
...y are all flat there in? It would be nice to add such an example to ilustrate that. What I have noticed there are a lot of example but always with 2 different speeds but no one with customers of the same speed, same queueing disiplines but should not share the bandwidth but have each one the full speficied bandwidth. Or do I have overlooked or missinterpreted this examples? Thanks for any information! Beat -- Echte DSL-Flatrate dauerhaft fr 0,- Euro*! "Feel free" mit GMX DSL! http://www.gmx.net/de/go/dsl
2012 Apr 30
1
Bringing up interface causes smbd to become unresponsive on that subnet
This is a strange problem I can't seem to wrap my head around. I have a server with 2 interfaces. Samba is serving happily on one, and will remain on a single interface (eth0, subnet A(/22), vlan 101). I wish to bring up a second interface (eth1, subnet B(/24), vlan 102) that will be serving up nfs and ssh traffic only. Currently, Samba will process requests from any computer on the
2011 Sep 16
4
Dual Authentication: Local and Active Directory
I was wondering if it was possible to get a Samba server that was acting as an AD member server to also be able to authenticate local users, or is stuck just serving AD users? -- Aaron Clausen mightymartianca at gmail.com
2006 Sep 18
5
Undefined method "updated?"
I recently updated Rails to the latests version, and one of my existing apps broke. More speficially, it can''t find the method "updated?" when it is attempting to call it on one of my models. The stack trace follows: NoMethodError undefined method `updated?'' for #<MyModel:0xc91d50>
2006 Mar 16
0
Help with research for an enterprise Rails whitepaper
I''m wrapping up a paper on using Rails in the enterprise for the Fortune 500 company I work for. I''ve done quite a bit of research and I think I can present a pretty compelling argument, however I''m still looking for examples. If you have personal examples or links to web resources I haven''t found, I''d apprecate it. Once the paper is complete it
1997 Nov 14
1
R-beta: R in ESS with different -n and -v arguments
Is there any way of running R in ESS using -n and -v arguments other than the default? Thanks Jonathan -- Dr. Jonathan Myles e-mail:jonathan.myles at mrc-bsu.cam.ac.uk MRC Biostatistics Unit Tel. 01223 330371 Institute of Public Health FAX 01223 330388 University Forvie Site Robinson Way CAMBRIDGE CB2 2SR
2009 Nov 13
0
about the pgmm in plm package (application and singularity)
Dear Sir or Madam: I am Shaojuan Liao, the 3rd year Ph.D. student from Econ Department, Virginia Tech. I don't know whether it is appropriate to ask you questions on the command pgmm. But I don't know how to deal with the case where all X are exogenous and all T time periods' X can be used as the instrument. Problem 1: I know when X are predetermined, such as Z=[y1,X1,X2, 0,
2003 Aug 24
1
Chrooting the Mail processes
Hello! Could somebody give some feedback on this configuration: - OpenBSD box with local ssh users. - /home directory mounted with nosuid,noexec. - postfix dropping mail in /home/username/mail/INBOX, with the UID/GID of the user. - dovecot: valid_chroot_dirs = /home default_mail_env = mbox:/home/%u/mail/:INBOX=/home/%u/mail/INBOX Are there any obvious ways for a local user to help
2007 Sep 19
2
bittorrent traffic...
Hi, Thanks for the reply. Mohan Sundaram wrote : > mark in iptables and use tc to classify using mark. Mark like this ? iptables -A INPUT -m layer7 --l7proto bittorrent -j MARK --set-mark 3 and then.. tc filter add dev eth0 protocol ip parent 1:0 1 handle 3 fw flowid 1:10 and lets say we have a flowid 1:3 declared to use at 60kbit ceil 60kbit Is that proper ? If so then it
2002 Oct 29
0
Fw: Samba PDC
...ction I configured my Win2K workstation with the following parameters: COMPUTER NAME = CISCO1 COMPUTER DOMAIN = COMPLAB USER NAME = root PASSWORD = <the password i set in smbpasswd -a root> i'm having "The speficied network password is not correct" error. many times i changed the smb password of root i tried to logon as USER NAME = allan, this user is also in the smpasswd file and i'm having "Unknown user name or bad password" error but, USER NAME = allan can log-in to my Win98 workstatio...
2019 Nov 15
2
pre-dial handler, how to access variables from calling channel?
Hi List Implementing screening and routing I have stumbled over this issue: [pbx-router] exten => s,1,NoOp(ROUTER FROM: ${CALLERID(Number)} TO: ${DESTINATION}) same => n,Set(SOURCE=${CHANNEL(name)}) same => n,Set(PAI=${PJSIP_HEADER(read,P-Asserted-Identity)}) same => n,Set(FROM=${CALLERID(Number)}) same => n,Set(TO=${DESTINATION}) same
2011 Apr 07
2
How to debug reference classes?
How do you debug methods of a reference class? I've been using mtrace, which is excellent, but i cannot figure out how to mtrace a reference class method. Maybe there is some other way to debug these, for example with ordinary trace? for now i am only able to use options(error=recover), which is not giving me idea where exactly in the code i am once i am stopped on an error. -- View this
2013 Feb 11
3
Ubuntu cran2deb PPA
Dear Michael, I was looking up the status of the cran2deb effort and notice that you now have a PPA where new packages are landing and being built for Ubuntu. It looks like this is still a work in progress, but is already a fantastic resource for me and I hope it is something that you can continue to operate. I'm now installing many of these packages but some things I need are missing.
2006 Mar 24
3
bug in plot.acf (PR#8705)
(Moved from r-devel to r-bugs) On 3/24/2006 5:03 AM, Antonio, Fabio Di Narzo wrote: > Hi all. > There's a bug in plot.acf, when plotting acf for multivariate time series. > Here a reproducible example: > > X <- rnorm(1000) > Y <- -X + rnorm(1000, sd=0.6) > Z <- cbind(X,Y) > > In > acf(Z) > cross-correlation plot y-axis is limited to 0-1. But: >
2014 Mar 13
1
Windows user unable to change password over VPN with samba 3.6.20
I realize this is not a strictly a samba "problem" but I am hoping that there is a samba solution. I have a samba 3.6.20 PDC. I am running WINS. We use an IPSec client VPN to allow users with Windows 7 laptops to connect to the office remotely. The windows 7 laptops are joined to the Samba domain. Password expiration policies are enforced. When you login to
2003 May 08
1
dcom98, ole32=n and CreateProcess
hi, can't change line wrapping, so am attaching plain text file with message. waiting for answer. TIA -------------- next part -------------- I have no-windows wine system. when installing "dcom98.exe" package into clean system I get such msg-box with an alert: "A newer version of DCOM95 or DCOM98 had been installed. To override, you must uninstall the current version