search for: outpout

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

Did you mean: output
2005 Jun 22
0
Issue migrating from 1.4.6c to 2.4.0 with all zone in DNAT rule
Hi all, net : internet zone dmz : DMZ zone Lan : local network zone in 1.4.6c this rule : DNAT all lan:10.0.0.1 tcp http - 192.0.0.1 does generate the following iptables rules in nat table : Chain OUTPOUT DNAT tcp -- 0.0.0.0/0 192.0.0.1 tcp dpt:http to:10.0.0.1 Chain net_dnat DNAT tcp -- 0.0.0.0/0 192.0.0.1 tcp dpt:http to:10.0.0.1 Chain dmz_dnat DNAT tcp -- 0.0.0.0/0 192.0.0.1 tcp dpt:http to:10.0.0.1 Chain lan_dnat DNAT tcp -- 0.0.0.0/0 192.0.0....
2016 Apr 05
3
chgrp "Domain Admins" on folder return invalid group "Domain Admins"
Thank you Rowland, I do not change my existing configuration as far i have already indicate winbind value on both passwd and group lines in nsswitch.conf. But i execute the net cahe flush command and then try getent command by providing the user name and it works. It provide outpout for a demo acount that it is only creat in AD and has unix attribute assigned : #getent passwd demo demo:*:10001:10001:demo demo:/home/DEMO/demo:/bin/false So now, i should be able to define file or folder right from Linux OS with AD users. I think that we can consider this subject Solved with yo...
2013 Jan 24
4
Difference between R and SAS in Corcordance index in ordinal logistic regression
lrm does some binning to make the calculations faster. The exact calculation is obtained by running f <- lrm(...) rcorr.cens(predict(f), DA), which results in: C Index Dxy S.D. n missing 0.96814404 0.93628809 0.03808336 32.00000000 0.00000000 uncensored Relevant Pairs Concordant Uncertain 32.00000000
2013 Apr 16
1
Direction (rsync manpage)
Hello, In the rsync manpage I read: A < means that a file is being transferred to the remote host (sent). and A > means that a file is being transferred to the local host (received). In my experience it is just the other way around: A ">" means form source, the local host, to destination, the remote host. Also being transferred to the remote host / ohter harddisk /
2013 Apr 18
0
Direction (rsync manpage) (2)
...doesn't upload and download it is ridiculous to differentiate between the two. Also, since rsync allows either the source or target to be remote it could be doing either uploading or downloading but will never do both. Therefore rsync should never output both a > and a < within the same outpout. Therefore, it is really using a symbol for "I transmitted a file". The fact that it uses an arrow-looking symbol for that is not really important. The fact that it can use 2 different chars for that notation is also not really relevant since it would never use both of them in the same...
2011 Mar 23
0
p and wald values intra-groups geeglm: geepack
...take data, 4 levels) and *Lugar* (is the site of study, 3 levels) are categorical variables and *sqrt* (sqrt of Total Carbon on soil) it's a continuous variable. I want to know if *sqrt* can be to explained for *Tra* and *Mes*when measures among sites (*Lugar*) are repeated measures. I get this outpout summary (A) and anova (B). (A) Call:geeglm(formula = sqrt~ Tra + Mes, family = gaussian(identity), data = datos, id = Lugar, corstr ="independence") Coefficients: Estimate Std.err Wald Pr(>|W|) (Intercept) 4.6733 0.7007 44.48 2.6e-11 *** TraT1 -0.2155 0....
2016 Apr 05
0
chgrp "Domain Admins" on folder return invalid group "Domain Admins"
...d, > > I do not change my existing configuration as far i have already indicate > winbind value on both passwd and group lines in nsswitch.conf. > > But i execute the net cahe flush command and then try getent command by > providing the user name and it works. > > It provide outpout for a demo acount that it is only creat in AD and has > unix attribute assigned : > #getent passwd demo > demo:*:10001:10001:demo demo:/home/DEMO/demo:/bin/false > > So now, i should be able to define file or folder right from Linux OS with > AD users. > > I think that we ca...
2011 Aug 25
2
Synchronizing R libraries on N machines?
Hello! I am using R on two different machines (under Ubuntu and OS X, but this is probably irrelevant) and I would like to keep the two installations 'synchronized', in particular in terms of installed packages. For example, if I install package xxx on my Linux machine, I would like to find it installed also on my Mac, and vice versa. I imagine this to be a fairly common problem, so I
2019 Feb 05
2
Unable to join to a SAMBA4 domain
...ryption_types : 0x00000000 (0) krb5_salt : NULL result : WERR_INVALID_PARAMETER Failed to join domain: failed to lookup DC info for domain 'EXAMPLE.COM' over rpc: An invalid parameter was passed to a service or function. # End of outpout Please could you help me to fix it? I can provide more configs and outputs if needed. Thanks in advance -- -- Sergio Belkin LPIC-2 Certified - http://www.lpi.org
2020 Apr 01
0
Missing domain user tickets with winbind
...e been retrieved and stored locally. > > Where does winbind store its Kerberos tickets, so that I can point > > cifs.upcall to look there for tickets instead? > > It all depends how you configured pam_winbind. Please see pam_winbind > man page for Kerberos-related options (this outpout is from 4.11.7, > newer versions have more ccache type variants): > > krb5_auth > pam_winbind can authenticate using Kerberos when winbindd is > talking to an Active Directory domain controller. Kerberos > authentication must be enabled with...
2016 Apr 05
2
chgrp "Domain Admins" on folder return invalid group "Domain Admins"
Thank you Rowland for your mail. My aim is to create a fileserver with samba4 and with acl supported. Users most logon through their windows that are in domain to access their shares. Samba how to and your explanations open my eyes on the interaction between samba users and group with the Linux OS. >From ADUC, I assign an Unix Attribute to a user accout, and automatically it is given 10000
2008 Apr 23
8
The single major remaining Wine complaint everyone makes...
So Wine's main problem right off the bat, the big elephant in the room nobody really talks much about, is that its *apperance and performance in 2D apps is abysmal. It's odd, because 3D apps (after a small framerate drop) perform just fine. Maybe there's some technical explanation as to why 2D applications feel so sluggish by comparison, but that's not what I'm here to discuss.
2012 Jan 20
2
GObject bindings overview
I've summarised how the GObject bindings work below, which should hopefully help reviewing the generator/generated code. There are a couple of points in here I'm still not 100% happy with. Specifically the handling of FBuffer and the Cancellable flag. Both are explained below. I'm interested in suggestions. Return values: ************** All functions which can return an error
2011 Feb 21
5
Segmentation fault running doveadm import
...= 0 close(17) = 0 munmap(0x2b2bea470000, 22528) = 0 close(23) = 0 close(12) = 0 munmap(0x2b2bea468000, 24576) = 0 close(19) = 0 brk(0x1b44000) = 0x1b44000 close(7) = 0 munmap(0x2b2be9806000, 2161656) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ dovecot -n outpout: # 2.0.9: /etc/dovecot/dovecot.conf # OS: Linux 2.6.18-238.1.1.el5 x86_64 Red Hat Enterprise Linux Server release 5.6 (Tikanga) ext3 auth_anonymous_username = anonymous auth_cache_negative_ttl = 1 hours auth_cache_size = 0 auth_cache_ttl = 1 hours auth_debug = no auth_debug_passwords = no...
2019 Nov 05
7
Failed to find cifs/fs-share@dom.corp (kvno 109) in keytab
...looks ok now. oldsamba.dom.corp is an alias for fs-a.oldsamba.dom.corp. fs-a.dom.corp has address 10.0.0.2 i would have expected here. oldsamba.dom.corp is an alias for fs-a.dom.corp. fs-a.dom.corp has address 10.0.0.2 Or was that a typo? I assuming a typo.. About your setup from the script outpout. Change this one. /etc/hosts 10.0.0.2 fs-a.dom.corp fs-a oldsamba # Old/wrong 10.0.0.2 fs-a.dom.corp fs-a oldsamba.dom.corp oldsamba # new/correct Or 10.0.0.2 fs-a.dom.corp fs-a oldsamba.dom.corp # new/correct Here i personaly preffer : 10.0.0.2 fs-a.dom.corp fs-a And add the cname to t...
2019 Nov 05
0
Failed to find cifs/fs-share@dom.corp (kvno 109) in keytab
...alias for fs-a.oldsamba.dom.corp. > fs-a.dom.corp has address 10.0.0.2 > > i would have expected here. > oldsamba.dom.corp is an alias for fs-a.dom.corp. > fs-a.dom.corp has address 10.0.0.2 > > Or was that a typo? I assuming a typo.. > > About your setup from the script outpout. > > Change this one. > /etc/hosts > 10.0.0.2 fs-a.dom.corp fs-a oldsamba # Old/wrong > 10.0.0.2 fs-a.dom.corp fs-a oldsamba.dom.corp oldsamba # new/correct > Or > 10.0.0.2 fs-a.dom.corp fs-a oldsamba.dom.corp # new/correct > > Here i personaly preffer : > 10.0.0.2...
2019 Nov 05
0
Failed to find cifs/fs-share@dom.corp (kvno 109) in keytab
...s 10.0.0.2 >>> >>> i would have expected here. >>> oldsamba.dom.corp is an alias for fs-a.dom.corp. >>> fs-a.dom.corp has address 10.0.0.2 >>> >>> Or was that a typo? I assuming a typo.. >>> >>> About your setup from the script outpout. >>> >>> Change this one. >>> /etc/hosts >>> 10.0.0.2 fs-a.dom.corp fs-a oldsamba # Old/wrong >>> 10.0.0.2 fs-a.dom.corp fs-a oldsamba.dom.corp oldsamba # new/correct >>> Or >>> 10.0.0.2 fs-a.dom.corp fs-a oldsamba.dom.corp # new/cor...
2011 Sep 29
3
Can't play under Arch and Wine
Good afternoon. First my information Code: $ uname -a Linux Oreste 3.0-ARCH #1 SMP PREEMPT Tue Aug 30 08:53:25 CEST 2011 x86_64 Intel(R) Core(TM)2 Duo CPU T9300 @ 2.50GHz GenuineIntel GNU/Linux $ kded --version Qt: 3.3.8 KDE: 3.5.10 KDE Daemon: $Id: kded.cpp 711061 2007-09-11 09:42:51Z tpatzig $ $ lspci | grep "VGA" 01:00.0 VGA compatible controller: nVidia Corporation G84 [GeForce
2019 Nov 05
5
Failed to find cifs/fs-share@dom.corp (kvno 109) in keytab
Ok, you did to much as far i can tell. You want to see this: i'll show my output, then i is better to see what i mean. this is where you start with. klist -ke |sort ( default member ) ---- -------------------------------------------------------------------------- 3 host/HOSTNAME1 at REALM.DOMAIN.TLD (aes128-cts-hmac-sha1-96) 3 host/HOSTNAME1 at REALM.DOMAIN.TLD